Remove irrelevant CSS.
[invirt/packages/invirt-web.git] / code / static / style.css
index 4711aab..35bc5df 100644 (file)
@@ -11,10 +11,6 @@ html {
 body {
     font-family: Tahoma, Sans, sans-serif;
 }
-h1, h2, h3, h4, h5, h6 {
-    font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif;
-    font-weight: bold;
-}
 pre, code, samp, kbd, tt {
     font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
     font-size: 100%;
@@ -25,9 +21,9 @@ h1, h2, h3, h4, h5, h6 {
     color: #13a;
 }
 
-/* Dashed line under the header. */
+/* Dividing line under the header. */
 h1 {
-    border-bottom: 1px dashed black;
+    border-bottom: 1px solid black;
     margin-top: 0;
     overflow: auto;
 }