From: <par...@us...> - 2010-02-12 21:57:02
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/grey In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5169/templates/grey Modified Files: default.css Log Message: CSS fixes for IE7 Index: default.css =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/grey/default.css,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** default.css 5 Feb 2010 21:37:38 -0000 1.11 --- default.css 12 Feb 2010 21:56:53 -0000 1.12 *************** *** 1,4 **** --- 1,5 ---- /* Style sheet for the grey calendar */ + form {margin: 0;} table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} |