aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-05 18:50:40 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-05 18:50:40 -0400
commita9cca7f042f313b82bd5d1414897eb1d45154254 (patch)
tree8d96ba0559058a26c005e555cdf6796c66eea644
parent85eb98064495c6d500a799a9f041feba40c244af (diff)
downloadbnewnet-a9cca7f042f313b82bd5d1414897eb1d45154254.tar.gz
bnewnet-a9cca7f042f313b82bd5d1414897eb1d45154254.zip
tiny CSS fixes
-rw-r--r--static/style/default.css6
1 files changed, 6 insertions, 0 deletions
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; }