From eff5496bf4d5efb37f8c3c8b1d3450f562acf8d5 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Wed, 28 Dec 2016 21:35:44 +0100 Subject: [PATCH] Replace invalid font-color with color in customstyles.css --- css/customstyles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/customstyles.css b/css/customstyles.css index 676c804..e462603 100644 --- a/css/customstyles.css +++ b/css/customstyles.css @@ -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; }