summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-05-25 17:30:57 -0400
committerSarven Capadisli <csarven@controlyourself.ca>2009-05-25 17:30:57 -0400
commit3877324fd8ddad36531fb80a5a2ae261015b9780 (patch)
tree28ad710ea6bde44e61dcf91cb029d37e9bf33db8 /theme
parent959dce823f105fa5bfbba42b6912b041085be325 (diff)
Updated JS to show/hide attachment thumbnails with timers. Minor
markup changes.
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css5
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;
}