[library-web] Doxygen skin: Do not hide h1 section titles in contents div.



commit ef5ed737c9e0cdcfa6b0463cd67b0500d8dc1746
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 15 09:35:17 2016 +0100

    Doxygen skin: Do not hide h1 section titles in contents div.
    
    Either this has been hiding these titles since 2009:
    
https://git.gnome.org/browse/library-web/commit/data/skin/doxygen.css?id=a7a961580ba22b85c834722e280549fa7428628f
    or something changed fairly recently about the HTML that doxygen
    generates.
    
    Bug #763664

 data/skin/doxygen.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/skin/doxygen.css b/data/skin/doxygen.css
index b027439..afc671b 100644
--- a/data/skin/doxygen.css
+++ b/data/skin/doxygen.css
@@ -20,7 +20,7 @@ table {
        font-size: inherit;
 }
 
-div.navpath, .contents h1, .navigation div.tabs:first-child li:first-child, div[id='navrow1']:first-child 
li:first-child {
+div.navpath, .navigation div.tabs:first-child li:first-child, div[id='navrow1']:first-child li:first-child {
        display: none;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]