aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/main.css18
1 files changed, 15 insertions, 3 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index bc9f42060..589bf6997 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -879,12 +879,16 @@ text-decoration:none;
}
#follow_box {
- background: #FFFFD2;
- border-radius: 4px;
- border: solid #5F5F5F 1px;
+ background: #E9FDD3;
+ border-radius: 6px;
+ border: solid #B0CA86 1px;
padding: 4px;
}
+#follow_box h2 {
+ margin: 0;
+}
+
h2,dt {
font-size:1.8em;
}
@@ -1258,6 +1262,9 @@ cursor:pointer;
padding:5px 6px;
}
+.feed_link a.link_button_green {
+ color:white;
+}
a.link_button_green_large {
background:url(/images/button-gradient-large.png);
font-size:2em;
@@ -1642,6 +1649,11 @@ width:575px;
padding-right:50px;
float:left;
}
+.medium_column {
+width:575px;
+padding-right:50px;
+}
+
#authority_preview .request_left,
#authority_preview #header_left {
width: 100%;