]> spindle.queued.net Git - midori/commitdiff
faq.css: Remove overflow, padding and pre-line for body
authorChristian Dywan <christian@twotoasts.de>
Wed, 19 Sep 2012 21:11:39 +0000 (23:11 +0200)
committerChristian Dywan <christian@twotoasts.de>
Wed, 19 Sep 2012 21:11:39 +0000 (23:11 +0200)
Our own FAQ in particular was broken (too much spacing).

data/faq.css

index 45f722fd2eaae1eeb91d5fefb13c5047e95784cd..5d92ae19d84ea397497f7792a6e36029933a01a2 100644 (file)
@@ -11,7 +11,6 @@ Stylesheet for Midori's documentation based on a version of Enrico Troeger.
     html, body {
         width: 100% !important;
         height: 100% !important;
-        overflow: auto !important;
         margin: 0 !important;
         padding: 0 !important;
     }
@@ -30,14 +29,13 @@ Stylesheet for Midori's documentation based on a version of Enrico Troeger.
         -webkit-box-shadow: none !important;
         width: auto !important;
         word-wrap: break-word !important;
-        white-space: pre-line !important;
     }
 
     div, p {
         padding: 5pt !important;
     }
 
-    body, li {
+    li {
         padding-left: 5pt !important;
     }