From c68e8e2bb474a1ed7bc77c2d54a571744c09f11d Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Thu, 11 Dec 2008 19:59:30 +0000 Subject: [PATCH] minor, side2 style git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@231 c66351dc-e62f-0410-b875-e3a5c0b9693f --- site/inc/header.i | 1 + site/styles.css | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/site/inc/header.i b/site/inc/header.i index 9301d241..f17bec2d 100644 --- a/site/inc/header.i +++ b/site/inc/header.i @@ -9,6 +9,7 @@ window.onload=function(){ Nifty("ul#nav a","small transparent top"); Nifty("div#side",""); +Nifty("div#side2",""); Nifty("div#downl",""); Nifty("div#style1",""); Nifty("div#style2",""); diff --git a/site/styles.css b/site/styles.css index ee4fcbaa..9bd27c09 100644 --- a/site/styles.css +++ b/site/styles.css @@ -29,9 +29,9 @@ ul#nav li {margin-top:9px;} div#container{width:95%;min-width:725px;clear:both;margin:0 20px 10px;padding:20px 0 10px;text-align:left;background:#FFF} div#content{float:left;display:inline;width:66%;margin:0 0 10px 10px} -div#side{float:left;display:inline;width:31%;background:#f3f1f3; margin:40px 10px 10px 0} -div#side p{margin:5px 0 10px;padding: 0 10px} -div#side div{margin: 0 0 10px;padding: 10px 0} +div#side, div#side2 {float:left;display:inline;width:31%;background:#f3f1f3; margin:40px 10px 10px 0} +div#side p, div#side2 p{margin:5px 0 10px;padding: 0 10px} +div#side div, div#side2 div{margin: 0 0 10px;padding: 10px 0} div#title h1 {color:#5b4547;font-weight: normal;margin-top: 0pt;margin-right: 0pt;margin-bottom: 0pt;margin-left: 0pt;} div#title big {color:#8b95a7;font-size: 1em;display: block;margin-top: 4px;margin-right: 0pt;margin-bottom: 0pt;margin-left: 30pt;}