diff options
| author | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2010-04-09 20:34:06 +0000 |
|---|---|---|
| committer | Daniel Sutcliffe <dansut@users.sourceforge.net> | 2010-04-09 20:34:06 +0000 |
| commit | e0256ea5fc384805869651c8f3b7b2380048fd61 (patch) | |
| tree | 2978c16c476bb06aa939ca93cd484d79cd3168be | |
| parent | d171eb481ab08436a3f46da06721d32958855a4b (diff) | |
| download | themes-e0256ea5fc384805869651c8f3b7b2380048fd61.tar.gz themes-e0256ea5fc384805869651c8f3b7b2380048fd61.tar.bz2 themes-e0256ea5fc384805869651c8f3b7b2380048fd61.zip | |
Ugly hack css fix to stop displaced 'Administration' the times when Administration is not a linkpre_ctype_desc_name_schmeachangePRE_CONTENTTYPE_NAME_PLURAL
| -rw-r--r-- | css/dropmenu.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/dropmenu.css b/css/dropmenu.css index c5224e8..bd384c1 100644 --- a/css/dropmenu.css +++ b/css/dropmenu.css @@ -1,4 +1,4 @@ -/* $Header: /cvsroot/bitweaver/_bit_themes/css/dropmenu.css,v 1.11 2010/03/22 19:15:41 dansut Exp $ */ +/* $Header: /cvsroot/bitweaver/_bit_themes/css/dropmenu.css,v 1.12 2010/04/09 20:34:06 dansut Exp $ */ /* BEGIN css driven dropdown menus - horizontal */ /* The top level menu */ @@ -6,6 +6,7 @@ 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;} +ul.dropmenu li > strong {display:block; width:auto; padding:2px 3px;} ul.dropmenu a:link, ul.dropmenu a:hover {} /* affects all lists in all menus */ |
