]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
visually distinguish table-headings from content
[ardour-manual] / source / css / app.css
index e7eaf69ac75a8a5a750f5c67fd3079b1749da6e8..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;
 }
@@ -319,6 +327,11 @@ kbd {
   text-transform:capitalize;
 }
 
+kbd.def {
+  font-weight:bolder;
+       margin-right:.2em;
+}
+
 kbd.input,
 kbd.cmd,
 kbd.osc {