From: Carsten K. <car...@us...> - 2002-01-09 04:11:16
|
Update of /cvsroot/phpwiki/phpwiki/themes/MacOSX In directory usw-pr-cvs1:/tmp/cvs-serv4041 Modified Files: MacOSX.css Log Message: Fix for bug #501091 Index: MacOSX.css =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/themes/MacOSX/MacOSX.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** MacOSX.css 2002/01/05 16:13:02 1.5 --- MacOSX.css 2002/01/09 04:11:13 1.6 *************** *** 222,226 **** background: #fff8dc; /* darker ivory */ font-size: smaller; ! padding: 0.05ex 1%; } --- 222,226 ---- background: #fff8dc; /* darker ivory */ font-size: smaller; ! padding: 0.05ex 2pt; } |