diff options
Diffstat (limited to 'templates/styles.css')
| -rw-r--r-- | templates/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/styles.css b/templates/styles.css index 4b5cc27..ca7121d 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -221,7 +221,7 @@ div.album_item a:hover { border: 2px solid #A3BED4; } -div.album_item img { +div.album_item img.landscape { /* landscape */ padding-top: 2.25em; } @@ -344,7 +344,7 @@ div.index_item img { top: 1.4em; } -.album_text { +.album_text_landscape { font-size: 190%; font-weight: bold; position: relative; @@ -371,7 +371,7 @@ div.index_item img { top: 0.65em; } -.album_subtext { +.album_subtext_landscape { font-size: 150%; position: relative; left: 13.1em; |
