From a4340f79ffe2dd79a246cc021997970a8924ae04 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 22 Jan 2007 10:34:00 +0000 Subject: [PATCH] Tweaks to the default CSS to remove excess background elements. git-svn-id: svn://svn.elgg.net/elgg/devel@849 9cd68787-cb06-0410-8a26-e846cff1755a --- mod/template/templates/Default_Template/css | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/mod/template/templates/Default_Template/css b/mod/template/templates/Default_Template/css index 677bb6b..fa29e89 100644 --- a/mod/template/templates/Default_Template/css +++ b/mod/template/templates/Default_Template/css @@ -22,6 +22,7 @@ text-align:left; margin:0 auto; padding:0; font-size: 80%; +line-height:1.6em; } p { @@ -31,7 +32,7 @@ p { a { text-decoration:none; - color:#555; + color:#336699; } ol, ul { @@ -90,7 +91,7 @@ div#header { text-align:left; background:url({{url}}mod/template/templates/Default_Template/images/header-bg.gif) repeat-x; position:relative; - width:940px; + width:100%; height:120px; } @@ -158,7 +159,7 @@ div#header #search-header span a { #content-holder { padding:0px; margin:0px; - width:940px; + width:100%; min-height:500px; overflow:hidden; position:relative; @@ -178,7 +179,6 @@ div#content-holder h2 { padding:0; margin:0 0 10px 0; color:#666; - background:#fff; font-size:1.1em; } @@ -195,8 +195,6 @@ div#single-page { padding: 0 15px 0 0; width:900px; text-align: left; - background-color: #fff; - color:#000; border:1px solid #eee; } @@ -209,9 +207,8 @@ div#splitpane-content { padding: 0 0 0 10px; width:690px; text-align: left; - float: left; - background-color: #fff; color:#000; + float: left; overflow-x:hidden; min-height:500px; } @@ -235,7 +232,6 @@ div#splitpane-sidebar { div#splitpane-sidebar td { width: 200px; - background:#fff; margin:0 0 0 20px; } -- 2.11.4.GIT