From d4a063c8dccd79dc156ec638a04251f929827a05 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 13 Jun 2008 11:55:40 -0400 Subject: hide pagename and site title darcs-hash:20080613155540-84dde-5ce1ea63b57e3422f1f42f853ba34099d4b85992.gz --- theme/stoica/display.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme/stoica/display.css b/theme/stoica/display.css index aeecc1388..7db73b564 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -47,6 +47,14 @@ h1 { #logo { margin-top: 9px; } + +#header h1.pagetitle { + display: none; +} + +#header h2.sitename { + display: none; +} /* ===== Begin Navigation Styling ===== */ -- cgit v1.2.3-54-g00ecf