From d87d9af6361ceafd0fe2d53689a0f345af00797f Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 2 Apr 2008 13:57:19 +0000 Subject: Separating sitename and title in the header git-svn-id: https://code.elgg.org/elgg/trunk@362 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 48dbcd52d..5d4415009 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -113,6 +113,13 @@ div#header h1 { margin:10px 0 6px 0; } +div#header h2 { + font-size:20px; + padding:20px 0 0 0; + margin:10px 0 6px 0; + color: #fff; +} + div#header h1 a{ color:#fff; font-family:Helvetica, "Myriad Web", Arial, sans-serif; -- cgit v1.2.3