diff options
author | matthew <matthew> | 2008-09-16 15:45:09 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-09-16 15:45:09 +0000 |
commit | b7545d35f57d4967cc81f80606132345755ed84e (patch) | |
tree | 8fc5bd4c7e7af30df425622deb05a7f191f28f1a /web/css | |
parent | 3f58bc0b7b6be8018ab2835c35b825fd9be887bb (diff) |
Update pins/list as you drag the map, rearrange list display.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/web/css/core.css b/web/css/core.css index 20969ef1d..078b4bfc8 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -268,13 +268,25 @@ p#copyright { margin: 0; } -#closest_problems { +#nearby_lists h2 { + margin-top: 0.5em; margin-bottom: 0; } #alert_links { float: right; } -#rss_link { +#alert_links_area { + background-color: #ffeecc; + border: solid 1px #ff9900; + border-width: 1px 0; + padding: 3px 10px; + margin: 0; +} +#rss_alert { + text-decoration: none; +} +#rss_alert span { + text-decoration: underline; } #email_alert { } |