Do not justify text in headings and tables.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 14 Sep 2009 18:03:19 +0000 (20:03 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 14 Sep 2009 18:03:19 +0000 (20:03 +0200)
web.css

diff --git a/web.css b/web.css
index 551bc92..832c41a 100644 (file)
--- a/web.css
+++ b/web.css
@@ -72,9 +72,14 @@ input#searchbox {
        text-align: left;
 }
 
+h1, h2, h3, h4, h5 {
+       text-align: left;
+}
+
 table {
        border: 1px solid;
        border-collapse: collapse;
+       text-align: left;
 }
 
 td {