diff options
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; |