Add INPUT_FILTER support do Doxygen builder
[senf.git] / doclib / senf.css
index 95d434d..fc59ad8 100644 (file)
@@ -100,7 +100,17 @@ div.tabs ul li a:visited, div.tabs ul li a:active {
         text-decoration: none;
 }
 
-div.tabs ul li a:hover, div.tabs ul li#current a { 
+div.tabs li.current a {
+       background-position: 100% -150px;
+       border-width     : 0px;
+}
+
+div.tabs li.current span {
+       background-position: 0% -150px;
+       padding-bottom   : 6px;
+}
+
+div.tabs ul li a:hover, div.tabs ul li.current a { 
        color: #726921;
        text-decoration: none;
        background-color: #EDE497;
@@ -255,4 +265,23 @@ div.qindex {
 
 dl.parameters dd table { 
        width: auto;
+}
+
+table.glossary { 
+       border: none;
+       border-spacing: 0;
+}
+
+table.glossary tr td { 
+       border: none;
+       border-bottom: 4px solid white;
+       vertical-align: top;
+       padding: 2px 4px;
+       background-color: #F0F0F0;
+}
+
+table.glossary tr td:first-child {
+       font-weight: bold;
+       white-space: nowrap;
+       padding-right: 10px;
 }
\ No newline at end of file