diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-11-23 13:50:41 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-11-23 13:50:41 +0000 |
commit | 8e25506673706ea8b2deeb846e7ff9e8f846183b (patch) | |
tree | 0069fa3d3ba253d7af232e0d8852512ea82e39a4 /themes/default/print.css | |
parent | b5485d3210f63f2a62c27f72ffa936878a0ff4a3 (diff) |
small javascript and css simplification
git-svn-id: http://piwigo.org/svn/trunk@7852 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/print.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/print.css b/themes/default/print.css index 52707ae35..f966d6cfc 100644 --- a/themes/default/print.css +++ b/themes/default/print.css @@ -9,6 +9,6 @@ BODY { background: #fff; } -.content { - margin: 0; +BODY#theCategoryPage .content { + margin: 0 !important; } |