diff options
Diffstat (limited to 'themes/default/theme.css')
-rw-r--r-- | themes/default/theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 5232b03a1..2b43be418 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -352,13 +352,13 @@ TD.calDayHead { z-index: 100; } -#imageWrap { +#theImage { clear: left; text-align: center; position: relative; /*so that the drivative switch link is positioned relative to us*/ } -#imageWrap>IMG { +#theImage>IMG { display: block; margin: 0 auto; border: 0; @@ -420,7 +420,7 @@ TD.calDayHead { } .contentWithMenu #imageToolBar, -.contentWithMenu #imageWrap { +.contentWithMenu #theImage { clear: none; } |