diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-03 07:00:49 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-03 07:00:49 +0000 |
commit | 9db8ee600860893a18f76ebbe822393426463bcb (patch) | |
tree | 50713ffba9561c0eab4c663cc0852a1f42d04f1a /themes/default/print.css | |
parent | af1cbac19d7478b935a991abddaa2dd4c8df6c34 (diff) |
new template feature: combine_css
- fully functional with file merging
- takes care of url() in css and recursively merge all @import
- migrated public templates only; need more code doc
git-svn-id: http://piwigo.org/svn/trunk@7987 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/print.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/print.css b/themes/default/print.css index 5e6fcabb9..18f2a6891 100644 --- a/themes/default/print.css +++ b/themes/default/print.css @@ -1,3 +1,4 @@ +@media print { #menubar, .content .navigationBar, UL.categoryActions, .content .calendarViews, .calendarBar, #imageToolBar, .navThumb, #addComment { display: none; @@ -12,3 +13,4 @@ BODY { #theCategoryPage .content { margin: 0 !important; } +}
\ No newline at end of file |