aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-07-18 17:19:19 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-07-18 17:19:19 +0100
commit461ee5a78107fb2d3631108ea2d3b1efc694faf4 (patch)
treef4b3fbfcfd33cd83c70be2c8c5636b2b96e3981c /web/css
parenteecab672f3a26dccc364461a4eed22626f5a1e48 (diff)
Tweak metadata display on list pages.
Diffstat (limited to 'web/css')
-rw-r--r--web/css/core.css3
-rw-r--r--web/css/core.scss5
2 files changed, 8 insertions, 0 deletions
diff --git a/web/css/core.css b/web/css/core.css
index bbf3ac381..d468f097d 100644
--- a/web/css/core.css
+++ b/web/css/core.css
@@ -279,6 +279,9 @@
margin-top: 0.5em;
margin-bottom: 0;
}
+#mysociety #nearby_lists li small {
+ color: #666666;
+}
#mysociety #alert_links {
float: right;
}
diff --git a/web/css/core.scss b/web/css/core.scss
index 9221206ff..22bdc3d2e 100644
--- a/web/css/core.scss
+++ b/web/css/core.scss
@@ -343,6 +343,11 @@ $map_width: 500px;
margin-top: 0.5em;
margin-bottom: 0;
}
+
+ #nearby_lists li small {
+ color: #666666;
+ }
+
#alert_links {
float: right;
}