diff options
author | matthew <matthew> | 2007-02-02 13:43:32 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-02-02 13:43:32 +0000 |
commit | 89953524b71a1ce142ce18002063aed60543b0e0 (patch) | |
tree | 7e68bb99417f077909679138e4a34e197306d52a /web/css.css | |
parent | 1d78891ed4547f3edad2839c51205f49508e2118 (diff) |
Problems with floated children.
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/css.css b/web/css.css index da6bbeae8..0c1526152 100644 --- a/web/css.css +++ b/web/css.css @@ -261,6 +261,9 @@ ol#current img { border-bottom: dotted 1px #5e552b; } +#email_alert { + float: right; +} #email_alert_box { display:none; position: absolute; |