From cfe3a8599c2b576707f3bc4349c54621bd0eda06 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sat, 26 Jun 2010 12:45:18 +0400 Subject: [PATCH] Make page text a bit less tight via base.css tuning Signed-off-by: Cyrill Gorcunov --- css/base.css | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/css/base.css b/css/base.css index 9d9b764b..49536943 100644 --- a/css/base.css +++ b/css/base.css @@ -17,12 +17,18 @@ ul { margin-left: 2em; } -#nav { background: transparent url("../images/bg_nav.gif") repeat-x 0 0; width: 100%; } +#nav { + background: transparent url("../images/bg_nav.gif") repeat-x 0 0; + width: 100%; +} + #nav, #nav ul, #nav ul li, #nav ul li a -{ float: left; } +{ + float: left; +} #nav ul { padding-left: 25px; list-style: none; } @@ -101,20 +107,27 @@ a:hover { color: #FFFFFF; } } .cbody p { - margin-left: 15px; + margin-left: 30px; margin-top: 3px; margin-bottom: 3px; } .cbody .item { - margin-top: 7px; - margin-bottom: 7px; + margin-top: 17px; + margin-bottom: 17px; } .cbody h1 { color: #45C1F9; font-family: Verdana, Arial, sans-serif; font-weight: bold; - font-size: 14px; - margin-left: 5px; + font-size: 16px; + margin-left: 7px; + margin-bottom: 4px; } + +.cbody ul { + list-style: disc; + margin-left: 4em; +} + -- 2.11.4.GIT