fixed layout issues due to missing box-sizing properties.
[ppastats.git] / themes / default / css / wpitchoune.css
index 32cb5d0..a69791e 100644 (file)
@@ -118,6 +118,7 @@ table {
     background: #ffffff;
 
    -moz-box-sizing: border-box;
+   box-sizing: border-box;
 
     padding: 1em 1em 1em 1em;
 
@@ -151,7 +152,8 @@ table {
     margin: 0em 0em 2em 0em;
     
     background: #ffffff;
-   -moz-box-sizing: border-box;
+    -moz-box-sizing: border-box;
+    box-sizing: border-box;
     padding: 2em 2em 2em 2em;
 
     -moz-border-radius: 4px;