dashed -> solid line under <h1/>
[invirt/packages/invirt-web.git] / code / static / style.css
index 4711aab..91ca503 100644 (file)
@@ -25,9 +25,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;
 }