[Qooxdoo-commit] qooxdoo/source/style demolayout.css,1.1.2.10,1.1.2.11
Brought to you by:
ecker,
martinwittemann
|
From: Sebastian W. <wp...@us...> - 2006-01-30 11:42:48
|
Update of /cvsroot/qooxdoo/qooxdoo/source/style In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17875/source/style Modified Files: Tag: renderer demolayout.css Log Message: Changed css fix handling again to apply CSS rules earlier Index: demolayout.css =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/style/Attic/demolayout.css,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -u -d -r1.1.2.10 -r1.1.2.11 --- demolayout.css 27 Jan 2006 20:22:40 -0000 1.1.2.10 +++ demolayout.css 30 Jan 2006 11:42:40 -0000 1.1.2.11 @@ -1,5 +1,3 @@ -html,body{margin:0;border:0;padding:0;} *{box-sizing: border-box; -moz-box-sizing: border-box;} img{box-sizing: content-box; -moz-box-sizing: content-box;} - body{ font-size: 11px; font-family: Arial, "Bitstream Vera Sans", Verdana, sans-serif; |