diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-16 19:21:56 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-16 19:21:56 +0000 |
commit | fb76f626ad0181fc3eaa7e7dc8983ab5b40c69bb (patch) | |
tree | 74b37e25fb0385bff08c497e73ad22d7059aac0d /template/yoga | |
parent | e9c0f98e1477434eec4e8b74c1ba1ca972dec2da (diff) |
Some Input text have been enlarged in Admin (class="large")
Bullet points removed on comments in picture page. (Neuronal correction...)[merge]
git-svn-id: http://piwigo.org/svn/trunk@2761 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/picture.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/yoga/picture.css b/template/yoga/picture.css index 227cce4b5..bd512e34a 100644 --- a/template/yoga/picture.css +++ b/template/yoga/picture.css @@ -83,6 +83,8 @@ TABLE.infoTable TD.value UL { list-style-type: square; } +.thumbnailCategories li { list-style: none; } + .rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty { padding:0; border:0; |