From a90d328bb7a4554bc16c8d9e64f6d34d0fc3fed2 Mon Sep 17 00:00:00 2001 From: Christoph Thiel Date: Wed, 11 Sep 2013 10:23:43 +0200 Subject: [PATCH] fix text-align on H1 aligning H1 right and H2-6 left looks pretty strange Change-Id: I7b275ce03a99ed30e446e0626c151369869ee8c9 --- classic_fancy/planet.css | 1 - 1 file changed, 1 deletion(-) diff --git a/classic_fancy/planet.css b/classic_fancy/planet.css index 5e68200..0167b1f 100644 --- a/classic_fancy/planet.css +++ b/classic_fancy/planet.css @@ -14,7 +14,6 @@ h1 { font-weight: normal; letter-spacing: -2px; text-transform: lowercase; - text-align: right; color: grey; }