From a9cca7f042f313b82bd5d1414897eb1d45154254 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 5 May 2016 18:50:40 -0400 Subject: tiny CSS fixes --- static/style/default.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/style/default.css b/static/style/default.css index 8c8b6c9..5ae9c08 100644 --- a/static/style/default.css +++ b/static/style/default.css @@ -36,6 +36,8 @@ h1 { font-size: 200%; margin: 10px 10px 0px 8px; font-weight: bold; } +h1 a, a:visited { + color: black; } h2.pagesubtitle { font-size: 140%; margin: 0px 10px 8px 8px; @@ -48,6 +50,8 @@ h2 { padding-bottom: 4px; padding-left: 0px; padding-right: 30px; } +h2 a { + color: black; } h2.ruled { padding-bottom: 2px; margin-bottom: 4px; @@ -243,3 +247,5 @@ table.listing td.description { text-decoration: none; } #main_title { border-top: 3px solid #FFFFFF; } +address { + font-style: normal; } -- cgit v1.2.3