Author: andyhot
Date: Mon Feb 12 18:04:32 2007
New Revision: 506803

URL: http://svn.apache.org/viewvc?view=rev&rev=506803
Log:
corrected some rules

Modified:
    
tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pages/Exception.css

Modified: 
tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pages/Exception.css
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pages/Exception.css?view=diff&rev=506803&r1=506802&r2=506803
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pages/Exception.css
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pages/Exception.css
 Mon Feb 12 18:04:32 2007
@@ -71,8 +71,8 @@
 }
 
 UL  {
-       margin-top : 0px;
-       margin-bottom : 0px;
+       margin-top : 0;
+       margin-bottom : 0;
        margin-left : 20px;
 }
 
@@ -86,22 +86,22 @@
 
 TABLE.exception-display  {
        width : 100%;
-       maring:0;
+       margin:0;
        padding:0;
 }
 
 TABLE.exception-display TR.exception-message TD  {
-       border-width : 1;
+       border-width : 1px;
        border-color : Black;
        border-style : solid;
-       padding : 2;
+       padding : 2px;
        text-align : left;
        font-style : italic;
 }
 
 TABLE.exception-display TR.strack-trace-label TD  {
-       margin : 2;
-       border-width : 1;
+       margin : 2px;
+       border-width : 1px;
        border-color : Black;
        border-style : solid;
        text-align : center;
@@ -119,8 +119,8 @@
 
 TABLE.location-content TR
 {
-  padding: 0px;
-  margin: 0px; 
+  padding: 0;
+  margin: 0;
 }
 
 TABLE.location-content TD.line-number
@@ -133,8 +133,8 @@
 TABLE.location-content TD
 {
   font: terminal;
-  padding: 0px;
-  margin: 0px; 
+  padding: 0;
+  margin: 0;
 }
 
 DIV.described-object-title


Reply via email to