Mercurial > hg > soundsoftware-drupal-theme
changeset 4:e375c450a5c3
On the way to less intrusive layout, still work to do
author | Chris Cannam |
---|---|
date | Wed, 07 Dec 2011 14:41:41 +0000 |
parents | e741fbf78fba |
children | 1e65fbe45c61 |
files | soundsoftware.css |
diffstat | 1 files changed, 9 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/soundsoftware.css Wed Dec 07 09:25:51 2011 +0000 +++ b/soundsoftware.css Wed Dec 07 14:41:41 2011 +0000 @@ -308,11 +308,13 @@ #primary > ul > li > a { display: block; - margin-bottom: 4px; - } +/* + padding-bottom: 4px; + margin-bottom: 0; + */ } #primary li li { - float: none; +/* float: none; */ } #primary li ul { @@ -341,11 +343,10 @@ display: block; background: #fdfbf5; clear: both; - float: left; margin-left: 0; position: absolute; left: 0%; - width: 100%; + width: 97%; margin: 0; padding-top: 0.8em; padding-bottom: 0.8em; @@ -353,7 +354,7 @@ border: 1px solid #a9b680; border-top: 2px solid #a9b680; z-index: 10; - height: 64px; + height: 42px; } #primary li:hover ul { @@ -370,8 +371,8 @@ display: block; position: absolute; left: 20%; - top: 26px; - width: 57%; + top: 20px; + width: 55%; padding-top: 1em; padding-bottom: 1.1em; padding-right: 10px;