From 0ac6f13ed196221c5a387e872b862e7c0a671e3a Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Mon, 14 Sep 2009 20:03:19 +0200 Subject: [PATCH] Do not justify text in headings and tables. --- web.css | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- 2.20.1