summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/default/css/screen.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index 1288e7b6..e6b8107f 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -435,7 +435,6 @@ form p.gError {
/* Album content ~~~~~~~~~~~~~~~~~~~~~~~~~ */
#gContent #gAlbumGrid {
- border-right: 1px solid #e8e8e8;
margin: 1em 0;
}
@@ -696,7 +695,7 @@ form p.gError {
/* Pagination ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
- #gPager {
+#gPager {
clear: both;
margin: 0;
padding: 5px 0 !important;
@@ -706,12 +705,12 @@ form p.gError {
#gPager li {
float: left;
margin: 0;
- width: 25%;
+ width: 30%;
}
#gPager .gInfo {
text-align: center;
- width: 50%;
+ width: 40%;
}
/** *******************************************************************