Replace invalid font-color with color in customstyles.css

This commit is contained in:
Matthias Schmidt 2016-12-28 21:35:44 +01:00
parent 82e4157a86
commit eff5496bf4

View File

@ -198,7 +198,7 @@ table tr td {
p.external a {
text-align:right;
font-size:12px;
font-color: #0088cc;
color: #0088cc;
display:inline;
}
@ -720,7 +720,7 @@ ol.series li {
text-align: center;
margin-bottom: 20px;
font-family: courier;
font-color: silver;
color: silver;
color: #444;
display:block;
}