You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2010/02/06 23:05:11 UTC

svn commit: r907323 - in /incubator/wookie/trunk/widgets/widget-template/style: common.css screen.css

Author: rgardler
Date: Sat Feb  6 22:05:10 2010
New Revision: 907323

URL: http://svn.apache.org/viewvc?rev=907323&view=rev
Log:
Use screen.css instead of common.css for default styling

Added:
    incubator/wookie/trunk/widgets/widget-template/style/screen.css
      - copied, changed from r895479, incubator/wookie/trunk/widgets/widget-template/style/common.css
Removed:
    incubator/wookie/trunk/widgets/widget-template/style/common.css

Copied: incubator/wookie/trunk/widgets/widget-template/style/screen.css (from r895479, incubator/wookie/trunk/widgets/widget-template/style/common.css)
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/style/screen.css?p2=incubator/wookie/trunk/widgets/widget-template/style/screen.css&p1=incubator/wookie/trunk/widgets/widget-template/style/common.css&r1=895479&r2=907323&rev=907323&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/style/common.css (original)
+++ incubator/wookie/trunk/widgets/widget-template/style/screen.css Sat Feb  6 22:05:10 2010
@@ -1,12 +1,12 @@
 html {
-height:100%; 
-max-height:100%; 
-padding:0; 
-margin:0; 
-border:0; 
-font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
-/* hide overflow:hidden from IE5/Mac */ 
-/* \*/ 
-overflow: hidden; 
-/* */ 
+  height:100%; 
+  max-height:100%; 
+  padding:0; 
+  margin:0; 
+  border:0; 
+  font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
+  /* hide overflow:hidden from IE5/Mac */ 
+  /* \*/ 
+  overflow: hidden; 
+  /* */ 
 }
\ No newline at end of file