Index: luna_core.css =================================================================== RCS file: /glinks/html/static/luna/luna_core.css,v retrieving revision 1.30 retrieving revision 1.38 diff -u -r1.30 -r1.38 --- luna_core.css 5 Jan 2006 20:56:24 -0000 1.30 +++ luna_core.css 11 Aug 2006 04:30:25 -0000 1.38 @@ -22,7 +22,7 @@ There are a few CSS filters/hacks used in this file to fix bugs in various browsers. Here is a list of them: -- Star html selector bug (css rule only applies to ie/win) +- Star html selector bug (css rule only applies to ie) http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html eg. * html <selector> {} - Simplified box model hack (hide css from ie5-5.5/win) @@ -316,7 +316,7 @@ margin-right: -200px; padding: 10px 10px 10px 0px; width: 190px; - float: left; + float: right; position: relative; } #contentwrapper { @@ -538,6 +538,9 @@ font-size: 12px; list-style: none; } +#content ul.categories { + margin: 0px; +} /* forms */ .row { @@ -590,6 +593,50 @@ font-weight: bold; } +/* treecats */ +#content .treecats-selection-summary ul, #content .treecats-selection ul { + margin: 0px; +} +.treecats-selection-summary li a, .treecats-selection li a { + margin-top: 2px; + margin-left: 5px; +} +.treecats-selection-summary a, .treecats-selection a { + font-size: 9px; +} +.treecats-selection-summary a:visited, .treecats-selection a:visited { + color: #212126; +} +.treecats-selection-current { + font-weight: bold; +} +.treecats-category-info img { + border: 0px; + padding: 2px; + vertical-align: middle; +} +.treecats-children { + padding-left: 15px; +} +.treecats-selected span, li.treecats-selected { + font-weight: bold; +} +.treecats-category a:link, .treecats-category a:visited { + color: #212126; + text-decoration: none; +} +.treecats-category a:hover { + text-decoration: underline; +} +#content ul.treecats-links { + padding-left: 15px; + margin: 0px; +} +.treecats-links li { + line-height: 1.25em; + list-style: circle; +} + /* search highlighting */ .searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 { font-weight: bold;