diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-25 17:30:57 -0400 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-25 17:30:57 -0400 |
commit | 3877324fd8ddad36531fb80a5a2ae261015b9780 (patch) | |
tree | 28ad710ea6bde44e61dcf91cb029d37e9bf33db8 /theme/base/css | |
parent | 959dce823f105fa5bfbba42b6912b041085be325 (diff) |
Updated JS to show/hide attachment thumbnails with timers. Minor
markup changes.
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index aa76910f0..9bc1417b1 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -798,6 +798,9 @@ float:left; width:100%; overflow:hidden; } +.notice .entry-title.ov { +overflow:visible; +} #shownotice .notice .entry-title { font-size:2.2em; } @@ -857,7 +860,7 @@ position:relative; } .notice .attachment img { position:absolute; -top:11px; +top:18px; left:0; z-index:99; } |