Mercurial > hg > savane-forge
changeset 79:933dd2a99692
Defined style for the left menu
author | Jonathan Gonzalez V <zeus@gnu.org> |
---|---|
date | Thu, 25 Jun 2009 10:48:07 -0400 |
parents | 1548ecf13e9b |
children | ee9449d99f48 |
files | media/css/Savannah.css |
diffstat | 1 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/media/css/Savannah.css +++ b/media/css/Savannah.css @@ -73,6 +73,7 @@ border-style: solid; border-width: 0 1px 1px 0; margin: 0px; + margin-top: 10px; } @@ -153,12 +154,22 @@ .menu_left { margin-top: 0px; - width: 18%; + width: 15%; height: 300px; background-color: #ffe4b7; float: left; margin: 4px; border: thin dotted #E0C080; + padding: 10px; +} + +.menu_left ul { + margin: 0px; + margin-bottom: 10px; +} +.menu_left li { + list-style-type: none; + margin-left: -30px; } /* End Menu */