Doxygen configfile cleanup
[senf.git] / doclib / senf.css
index 51702a9..8a72a57 100644 (file)
@@ -164,4 +164,25 @@ dl.note {
        border: 1px solid A0C2C2;
        background-color: #F0F8F8;
        padding: 4px;
-}
\ No newline at end of file
+}
+
+table.senf { 
+       width: 95%;
+       margin: 0 auto;
+       border: 1px solid #AAAAAA;
+       padding: 2px;
+       border-spacing: 0;
+}
+
+table.senf td,th { 
+       border: 2px solid white;
+       background-color: #EEEEEE;
+       padding: 2px 4px;
+       text-align: left;
+}
+
+table.senf th { 
+       background-color: #DDDDDD;
+       text-align: center;
+       font-weight: bold;
+}