diff options
-rw-r--r-- | themes/default/css/screen.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index a4030f1e..26afd84f 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -303,7 +303,7 @@ table.gMetadata td.toggle { /* Slideshow button ~~~~~~~~~~~~~~~~~~~~~~ */ - #gSlideshowLink { +#gSlideshowLink { float: right; } @@ -822,6 +822,14 @@ div.gAnnotatedThemeBlock { clear: both; } +div.gAnnotatedThemeBlock_album_top { + float: right; +} + +div.gAnnotatedThemeBlock_header_bottom { + float: right; +} + div.gAnnotatedThemeBlock div.title { position: absolute; top: -1em; |