diff options
Diffstat (limited to 'themes/default/print.css')
-rw-r--r-- | themes/default/print.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/print.css b/themes/default/print.css index f966d6cfc..5e6fcabb9 100644 --- a/themes/default/print.css +++ b/themes/default/print.css @@ -9,6 +9,6 @@ BODY { background: #fff; } -BODY#theCategoryPage .content { +#theCategoryPage .content { margin: 0 !important; } |