diff options
author | matthew <matthew> | 2007-01-26 22:48:30 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-01-26 22:48:30 +0000 |
commit | bbee4b335ef186cb4254831c22fca4517f8b4c85 (patch) | |
tree | 6a301f02afdbd58c5109b55ae75b77ca9bead5c9 /web/css.css | |
parent | 6557402a99d07c540381071320c82b7eea7c517b (diff) |
Better alert handling, validation, checking; nicer front end, advertise
RSS/alerts upon confirmation.
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/web/css.css b/web/css.css index 2b1f93e08..98b2efe57 100644 --- a/web/css.css +++ b/web/css.css @@ -254,10 +254,23 @@ ol#current img { font-weight: bolder; } -#comments div em { +#updates div em { border-bottom: dotted 1px #5e552b; } +#email_alert_box { + display:none; + position: absolute; + padding: 3px; + font-size:83%; + border:solid 1px #7399C3; + background-color: #eeeeff; + color: #000000; +} +#email_alert_box p { + margin: 0; +} + #rss_items { width:62%; float:left; |