[Xfce4-commits] <midori:master> Hide navigation or collapsible items in Readable

Christian Dywan noreply at xfce.org
Sun Jul 8 20:14:01 CEST 2012


Updating branch refs/heads/master
         to 8ad44b86c322c2d8b6b5029e48b26b8e26295ee3 (commit)
       from 184c1133e65c6e25bd7173e61da7ca74ecbd6a81 (commit)

commit 8ad44b86c322c2d8b6b5029e48b26b8e26295ee3
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Jul 8 14:37:34 2012 +0200

    Hide navigation or collapsible items in Readable

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

diff --git a/data/faq.css b/data/faq.css
index bf7d1b2..83f31b8 100644
--- a/data/faq.css
+++ b/data/faq.css
@@ -28,6 +28,7 @@ Stylesheet for Midori's documentation based on a version of Enrico Troeger.
         -webkit-column-count: auto !important;
         -webkit-column-width: auto !important;
         -webkit-box-shadow: none !important;
+        width: auto !important;
     }
 
     div, p {
@@ -38,20 +39,24 @@ Stylesheet for Midori's documentation based on a version of Enrico Troeger.
         padding-left: 5pt !important;
     }
 
-    img, *[accesskey], form *, form, iframe {
+    img, *[accesskey], form *, form, iframe,
+    *[id^=navigation], *[id$=navigation], *[id*=navigation], .collapsed, .expanded {
         display: none !important
     }
 
+    /* FIXME: we want "images bigger than 50px here" */
     img[width] {
         display: inline !important
     }
 
     :link, :link * {
         color: #013100 !important;
+        text-decoration: underline !important;
     }
 
     :visited, :visited * {
         color: #7E558E !important;
+        text-decoration: underline !important;
     }
 
     a:hover {


More information about the Xfce4-commits mailing list