]> spindle.queued.net Git - midori/commitdiff
Hide navigation or collapsible items in Readable
authorChristian Dywan <christian@twotoasts.de>
Sun, 8 Jul 2012 12:37:34 +0000 (14:37 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 8 Jul 2012 18:12:38 +0000 (20:12 +0200)
data/faq.css

index bf7d1b27e8938635d71de80101c67543422cb341..83f31b86689ecf44ec37f5376938e93563e8e13e 100644 (file)
@@ -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 {