aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-11-29 04:44:13 +0000
committerrvelices <rv-github@modusoptimus.com>2011-11-29 04:44:13 +0000
commit8ce9bc9d394a690543c98d4108d8834b45482690 (patch)
tree2a047d7a2383120b78e76bac936ef3336832dc31 /admin/themes/default/theme.css
parent45dcf686ee3869086b5746d967a9fa24455c228e (diff)
removed unused css rules
git-svn-id: http://piwigo.org/svn/trunk@12670 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r--admin/themes/default/theme.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 515fe062b..072319bf0 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -15,8 +15,13 @@ ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside;
.content ul.categoryActions li { display: inline; }
.content div.comment { margin: 0 0 0.5em 0; padding: 0;
overflow: hidden; width: 100%; /* don't ask why. It's a very usefull trick */ }
-.content div.comment a.illustration {
- display: block; float: left; margin: 0.5em 0 0 0.5em; }
+
+.content DIV.comment A.illustration {
+ display: block;
+ float: left;
+ margin: 0.5em 30px 0 0.5em;
+}
+
.content div.comment p.commentHeader {
text-align: right; margin: 0.5em 0.5em 0 0; }
.content div.comment ul.actions { text-align: center; margin: 0.2em; }