aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/picture.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-11-04 01:46:17 +0000
committerrvelices <rv-github@modusoptimus.com>2008-11-04 01:46:17 +0000
commit43b7a7e8726997f60dba12d54aaddef092dd7f6e (patch)
treee87b798c0ebe1078363b365ee5859444934edd8b /template/yoga/picture.css
parent17334bdba335cba27b747dbacb5f8bef92e2f957 (diff)
- removed some unused constants from constants.php
- removed some unused css rules - removed unused code git-svn-id: http://piwigo.org/svn/branches/2.0@2823 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/picture.css')
-rw-r--r--template/yoga/picture.css12
1 files changed, 3 insertions, 9 deletions
diff --git a/template/yoga/picture.css b/template/yoga/picture.css
index bd512e34a..7f0f55e86 100644
--- a/template/yoga/picture.css
+++ b/template/yoga/picture.css
@@ -55,18 +55,12 @@
#linkPrev {
float: left;
-}
-
-#linkNext {
- float: right;
-}
-
-#linkPrev IMG {
margin-right: 10px;
margin-left: 5px;
}
-#linkNext IMG {
+#linkNext {
+ float: right;
margin-right: 5px;
margin-left: 10px;
}
@@ -83,7 +77,7 @@ TABLE.infoTable TD.value UL {
list-style-type: square;
}
-.thumbnailCategories li { list-style: none; }
+.thumbnailCategories LI { list-style: none; }
.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty {
padding:0;