diff options
| author | wjames5 <will@tekimaki.com> | 2009-11-10 04:18:31 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-11-10 04:18:31 +0000 |
| commit | f7b9ef447f5581b997f7f7edf0711e12138211eb (patch) | |
| tree | f9e3bbc59755913872a35ab7f605ccf64a1e29be | |
| parent | 71301e58d9ab9bb5dbb3feb1c254c900ea2dfa79 (diff) | |
| download | themes-f7b9ef447f5581b997f7f7edf0711e12138211eb.tar.gz themes-f7b9ef447f5581b997f7f7edf0711e12138211eb.tar.bz2 themes-f7b9ef447f5581b997f7f7edf0711e12138211eb.zip | |
make the height of the dropmenu container a little higher because its not calulating hight from inner floats - this isnt exactly full height, but its close - may undergo further refinement in the future - but this makes ie7 happy enough for releaseR270
| -rw-r--r-- | css/dropmenu.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/dropmenu.css b/css/dropmenu.css index 12f71e8..54c8a85 100644 --- a/css/dropmenu.css +++ b/css/dropmenu.css @@ -1,8 +1,8 @@ -/* $Header: /cvsroot/bitweaver/_bit_themes/css/dropmenu.css,v 1.9 2009/11/09 02:47:36 wjames5 Exp $ */ +/* $Header: /cvsroot/bitweaver/_bit_themes/css/dropmenu.css,v 1.10 2009/11/10 04:18:31 wjames5 Exp $ */ /* BEGIN css driven dropdown menus - horizontal */ /* The top level menu */ -ul.dropmenu {height:1em} +ul.dropmenu {height:1.5em;} ul.dropmenu, ul.dropmenu ul {padding:0; margin:0; list-style:none; line-height:18px; z-index:1000;} ul.dropmenu a {display:block; width:auto; padding:2px 3px;} |
