[Git][NTPsec/ntpsec][master] ntpviz.py: fix two nits found by Validator.
Gary E. Miller
gitlab at mg.gitlab.com
Fri Sep 28 23:26:06 UTC 2018
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
7f56bb25 by Gary E. Miller at 2018-09-28T23:22:35Z
ntpviz.py: fix two nits found by Validator.
Bad css line, extra td.
https://validator.w3.org/
- - - - -
1 changed file:
- ntpclients/ntpviz.py
Changes:
=====================================
ntpclients/ntpviz.py
=====================================
@@ -222,7 +222,6 @@ class VizStats(ntp.statfiles.NTPStats):
<td colspan=3></td>
<td style="text-align:right;">Skew-</td>
<td style="text-align:right;">Kurt-</td>
- <td ></td>
</tr>
<tr style="font-weight:bold;text-align:right;">
<td style="text-align:left;">Name</td>
@@ -1711,9 +1710,9 @@ tbody tr {
.section {
color: #000000;
text-decoration: none;
- .site-title:visited {
- color: #000000; }
- text-decoration: none;
+}
+.section .site-title:visited {
+ color: #000000;
}
</style>
</head>
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7f56bb25fc4313835feb69fb7e397a299ddb5c59
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7f56bb25fc4313835feb69fb7e397a299ddb5c59
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180928/7921d927/attachment.html>
More information about the vc
mailing list