diff options
| author | Mark Lentczner <markl@glyphic.com> | 2010-08-17 23:06:02 +0000 | 
|---|---|---|
| committer | Mark Lentczner <markl@glyphic.com> | 2010-08-17 23:06:02 +0000 | 
| commit | 960d04affed43d771a94d8179c68e31f515f64ec (patch) | |
| tree | 13cbfaf6be8862c8e6dbbeb94a3d38566c374e3f /html/Ocean.std-theme | |
| parent | 2ba3903b23ef41e3a0b08579f23bb38405b96ab6 (diff) | |
don't collapse entries in module list when clicking on links
Diffstat (limited to 'html/Ocean.std-theme')
| -rw-r--r-- | html/Ocean.std-theme/ocean.css | 9 | 
1 files changed, 5 insertions, 4 deletions
diff --git a/html/Ocean.std-theme/ocean.css b/html/Ocean.std-theme/ocean.css index 0baa1443..79f43834 100644 --- a/html/Ocean.std-theme/ocean.css +++ b/html/Ocean.std-theme/ocean.css @@ -125,10 +125,6 @@ ul.links li a {    background-image: url(plus.gif);    background-repeat: no-repeat;  } -span.module.collapser, -span.module.expander { -  background-position: 0 0.3em; -}  p.caption.collapser,  p.caption.expander {    background-position: 0 0.4em; @@ -518,6 +514,11 @@ div#style-menu-holder {    clear: right;  } +#module-list span.collapser, +#module-list span.expander { +  background-position: 0 0.3em; +} +  #module-list .package {    float: right;  }  | 
