Update of /cvsroot/qooxdoo/qooxdoo/source/style
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11150/source/style
Modified Files:
Tag: renderer
demolayout.css
Log Message:
Cleaned up styles
Index: demolayout.css
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/style/Attic/demolayout.css,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -d -r1.1.2.6 -r1.1.2.7
--- demolayout.css 26 Jan 2006 09:33:24 -0000 1.1.2.6
+++ demolayout.css 26 Jan 2006 10:32:26 -0000 1.1.2.7
@@ -1,15 +1,3 @@
-*{
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- -khtml-box-sizing: border-box;
-}
-
-img{
- box-sizing: content-box;
- -moz-box-sizing: content-box;
- -khtml-box-sizing: content-box;
-}
-
body{
font-size: 11px;
font-family: Arial, "Bitstream Vera Sans", Verdana, sans-serif;
@@ -18,15 +6,6 @@
}
#testHead,
-#testFoot,
-#testFrame,
-#testDescription
-{
- box-sizing: border-box;
- -moz-box-sizing: border-box;
-}
-
-#testHead,
#testFoot{
position: absolute;
left: 0px;
@@ -89,7 +68,7 @@
z-index: 2;
overflow: auto;
border-bottom: 10px solid #335EA8;
- padding: 4px 6px;
+ padding: 0px 6px 4px;
}
#testDebug{
|