]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/baggy/css/print.scss
Adds Webpack support and removes the use for Grunt
[github/wallabag/wallabag.git] / app / Resources / static / themes / baggy / css / print.scss
similarity index 91%
rename from app/Resources/static/themes/baggy/css/print.css
rename to app/Resources/static/themes/baggy/css/print.scss
index f7f6a8ad341ca974558e9bec04f56a1a3e2664f6..a63f62e9e50b9ef8eed80596902f9724976cc559 100755 (executable)
@@ -17,7 +17,7 @@
   /* ### Content ### */
 
   /* Hide useless blocks */
-  body > header,
+  body > .logo,
   #article_toolbar,
   #links,
   #sort,
 
   #main {
     width: 100%;
-    padding: 0;
     margin: 0;
-    margin-left: 0;
-    padding-right: 0;
-    padding-bottom: 0;
+    padding: 0;
   }
 
   #article {