diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-13 11:55:40 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-13 11:55:40 -0400 |
commit | d4a063c8dccd79dc156ec638a04251f929827a05 (patch) | |
tree | 743f44b2c98b2c80b7b67db5a1b866d0335e1b0e | |
parent | 59d8b8b199fb7c3d985308b028d8cd358f8d2d6b (diff) |
hide pagename and site title
darcs-hash:20080613155540-84dde-5ce1ea63b57e3422f1f42f853ba34099d4b85992.gz
-rw-r--r-- | theme/stoica/display.css | 8 |
1 files changed, 8 insertions, 0 deletions
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 ===== */ |