diff options
Diffstat (limited to 'themes/default/css/screen.css')
-rw-r--r-- | themes/default/css/screen.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 69c9c3eb..6ff39fff 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -295,16 +295,20 @@ li.gError select { } #gAlbumGrid { + border-right: 1px solid #e8e8e8; margin-top: 20px; } #gAlbumGrid .gItem { + border: 1px solid #e8e8e8; + border-right-color: #ccc; + border-bottom-color: #ccc; float: left; - height: 270px; - margin-bottom: 10px; - padding: 0 0 5px 0; + height: 240px; + overflow: hidden; + padding: 14px 8px; text-align: center; - width: 33%; + width: 213px; } .gItem h2 { @@ -312,7 +316,7 @@ li.gError select { } .gAlbum { - background-color: #d4daff; + background-color: #e8e8e8; } .gAlbum h2 { |