Merge pull request #59 from Gravatronics/customstyles-font-color

Replace invalid font-color with color in customstyles.css
This commit is contained in:
Tom Johnson
2017-01-21 21:35:59 -08:00
committed by GitHub

View File

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