Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/examples/files/full_example.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/examples/files/full_example.css,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/examples/files/full_example.css 7 Jun 2008 20:28:59 -0000 1.2 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/examples/files/full_example.css 27 Mar 2009 08:20:43 -0000 1.3 @@ -45,4 +45,34 @@ { margin:10px; } - label {font-size: 11px;} \ No newline at end of file + label {font-size: 11px;} + .navi_links { + width: 177px; + margin: 0; + padding: 0px; + list-style:none; + border: none; +} + +.navi_links li { + margin:0 0 3px 0; +} + +.navi_links li a { + font-size: 13px; + line-height: 16px; + height: 16px; + display:block; + color:#000; + text-decoration: none; + font-weight: bold; + background-color: #fff; + cursor: pointer; + border: 2px solid white; + +} + +.Link1 { +background-color: #DF1D1F !important; + +}