]> Shamusworld >> Repos - ardour-manual/commitdiff
visually distinguish table-headings from content
authorRobin Gareus <robin@gareus.org>
Sun, 16 Apr 2017 12:30:48 +0000 (14:30 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 16 Apr 2017 12:30:48 +0000 (14:30 +0200)
source/css/app.css

index 430e9699e507cef2bd479510799db5d6191faee4..23e265499f94e4d9bb420287155b378eb6eaa692 100644 (file)
@@ -173,9 +173,17 @@ ul.inside li, ol.inside li {
 #content table th {
   margin: 0;
   padding: .5em;
+}
+
+#content table th {
+  font-weight: bold;
+}
+
+#content table td {
   font-weight: normal;
 }
 
+
 #content table th.sub1 {
   padding-left: 2em;
 }