From aed181b9785d1672bf3c757b1a0ed8603c8825f6 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 15 Mar 2009 16:30:48 +0100 Subject: CSS: H1,H3 and H5 is now uppercase. --- local.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/local.css b/local.css index 0ad005cd..41a619e4 100644 --- a/local.css +++ b/local.css @@ -1,3 +1,9 @@ +H1, +H3, +H5 { + text-transform: uppercase; +} + H2, H3, H4, -- cgit v1.2.3