mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-08-03 20:54:37 +02:00
Deploying to gh-pages from @ espressif/esp-protocols@265e38d684 🚀
This commit is contained in:
25
index.html
25
index.html
@@ -1380,30 +1380,41 @@ span.excludedLine
|
|||||||
background-color: var(--excluded_color) !important;
|
background-color: var(--excluded_color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linebranch, .linecondition, .linedecision, .linecall, .linecount
|
.linebranch, .linecondition, .linedecision, .linecall, .linecount, .lineblockids
|
||||||
{
|
{
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
border-right: 1px gray solid;
|
border-right: 1px gray solid;
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.linebranch, .linecondition, .linedecision, .linecall
|
||||||
|
{
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
.linecount
|
||||||
|
{
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.linebranchDetails, .lineconditionDetails, .linedecisionDetails, .linecallDetails
|
.linebranchDetails, .lineconditionDetails, .linedecisionDetails, .linecallDetails
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linebranchSummary, .lineconditionSummary, .linedecisionSummary, .linecallSummary
|
.linebranchSummary, .lineconditionSummary, .linedecisionSummary, .linecallSummary
|
||||||
{
|
{
|
||||||
cursor: help;
|
cursor: help;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.linebranchContents, .lineconditionContents, .linedecisionContents, .linecallContents
|
.linebranchContents, .lineconditionContents, .linedecisionContents, .linecallContents
|
||||||
{
|
{
|
||||||
font-family: sans-serif;
|
font-family: monospace;
|
||||||
font-size: small;
|
font-size: medium;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
white-space: nowrap;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 15em;
|
width: 18em;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
background: white;
|
background: white;
|
||||||
border: solid gray 1px;
|
border: solid gray 1px;
|
||||||
@@ -1664,7 +1675,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">Date:</th>
|
<th scope="row">Date:</th>
|
||||||
<td>2025-01-15 11:45:30</td>
|
<td>2025-01-20 09:06:54</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">Coverage:</th>
|
<th scope="row">Coverage:</th>
|
||||||
@@ -1745,7 +1756,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
|
|||||||
<hr/>
|
<hr/>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
Generated by: <a href="http://gcovr.com/en/8.2">GCOVR (Version 8.2)</a>
|
Generated by: <a href="http://gcovr.com/en/8.3">GCOVR (Version 8.3)</a>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user