From: John Graham-C. <jgr...@us...> - 2005-09-14 19:24:42
|
Update of /cvsroot/popfile/engine/skins/orangecream In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11049/orangecream Modified Files: Tag: b0_22_2 style.css Log Message: Merge Joseph's updated skins to this branch Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/orangecream/style.css,v retrieving revision 1.4 retrieving revision 1.4.6.1 diff -C2 -d -r1.4 -r1.4.6.1 *** style.css 10 Aug 2004 02:18:31 -0000 1.4 --- style.css 14 Sep 2005 19:24:30 -0000 1.4.6.1 *************** *** 523,524 **** --- 523,529 ---- padding-bottom: 0; } + + .menuLink { + display: block; + width: 100%; + } |