|
From: FlorinCB <ory...@us...> - 2008-09-09 02:50:18
|
Update of /cvsroot/mxbb/mx_smartor/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16688 Modified Files: mx_smartor.css Log Message: fix for subsilver2 Index: mx_smartor.css =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/_core/mx_smartor.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_smartor.css 23 Mar 2008 02:32:27 -0000 1.2 --- mx_smartor.css 9 Sep 2008 02:50:10 -0000 1.3 *************** *** 1,3 **** --- 1,10 ---- /* Full Album Pack - BEGIN*/ + + ul li, ul.menu li, .item-list ul li, li.leaf { + padding: 0 0 .2em 1.5em; + list-style-type: none; + list-style-image: none; + background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em !important; /* LTR */ + } /* Thumbs Frame & Shadow - BEGIN */ |