aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/content.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-11-24 20:42:56 +0000
committerrvelices <rv-github@modusoptimus.com>2010-11-24 20:42:56 +0000
commitc3df7f2705140e3830438db7a0dc24eaa1b5cf28 (patch)
treed4bbd180a0811dfca10b4cb37051a868088f5986 /admin/themes/default/content.css
parent73b83574b99d37f1718d57bf4290d51333655b27 (diff)
css rules simplification
- merged rules - remove overly qualified inefficient selectors etc... git-svn-id: http://piwigo.org/svn/trunk@7869 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/content.css')
-rw-r--r--admin/themes/default/content.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/content.css b/admin/themes/default/content.css
index 61ab73b83..149301214 100644
--- a/admin/themes/default/content.css
+++ b/admin/themes/default/content.css
@@ -23,4 +23,4 @@ ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside;
margin-right: 0.5em; overflow: visible; /*avoid a very strange margin behaviour (all browsers) */ }
/* not used but should be */
-body#thePopuphelpPage .content { margin: 1em; } \ No newline at end of file
+#thePopuphelpPage .content { margin: 1em; } \ No newline at end of file