From: Guus Sliepen Date: Mon, 14 Sep 2009 18:03:19 +0000 (+0200) Subject: Do not justify text in headings and tables. X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=0ac6f13ed196221c5a387e872b862e7c0a671e3a;p=wiki Do not justify text in headings and tables. --- diff --git a/web.css b/web.css index 551bc92..832c41a 100644 --- 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 {