[Xfce4-commits] <midori:master> faq.css: Remove overflow, padding and pre-line for body

Christian Dywan noreply at xfce.org
Wed Sep 19 23:22:01 CEST 2012


Updating branch refs/heads/master
         to 4e786f10bebb861df9e4d07da4e29b2875e60cf5 (commit)
       from 5f8cd5c12de104de06ea66275a303773ab70c421 (commit)

commit 4e786f10bebb861df9e4d07da4e29b2875e60cf5
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Sep 19 23:11:39 2012 +0200

    faq.css: Remove overflow, padding and pre-line for body
    
    Our own FAQ in particular was broken (too much spacing).

 data/faq.css |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/data/faq.css b/data/faq.css
index 45f722f..5d92ae1 100644
--- a/data/faq.css
+++ b/data/faq.css
@@ -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;
     }
 


More information about the Xfce4-commits mailing list