diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-10-01 11:26:47 +0200 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2011-10-01 11:26:47 +0200 |
commit | 83e7f9d54a7275d88880419e7a3f36b1d39cdc14 (patch) | |
tree | 7d74ed17c0af8297fe81cf242534f3bafb727a48 /apps/gallery/css/styles.css | |
parent | bcf92badd1dae888fec85c1b3615a924a2e6a859 (diff) | |
download | nextcloud-server-83e7f9d54a7275d88880419e7a3f36b1d39cdc14.tar.gz nextcloud-server-83e7f9d54a7275d88880419e7a3f36b1d39cdc14.zip |
showing galleries bahaviour change
Diffstat (limited to 'apps/gallery/css/styles.css')
-rw-r--r-- | apps/gallery/css/styles.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/apps/gallery/css/styles.css b/apps/gallery/css/styles.css index 8ce31c9e4a3..03b179138e6 100644 --- a/apps/gallery/css/styles.css +++ b/apps/gallery/css/styles.css @@ -2,7 +2,7 @@ div#gallery_list { margin: 90pt 20pt; } -div.gallery_album_box { +div#gallery_album_box { width: 200px; text-align: center; border: 0; @@ -10,13 +10,14 @@ div.gallery_album_box { margin: 5pt; } -div.gallery_album_box h1 { +div#gallery_album_box h1 { font-size: 12pt; font-family: Arial; } -img.gallery_album_cover { - width: 200px; - height: 200px; +div#gallery_album_cover { + width: 199px; + height: 199px; border: solid 1px black; } + |