[css] we should use padding instead of margin here, else the element as size greater than <body>, forcing an horizontal scrollbar to appear
--- a/web/data/cubicweb.old.css Fri Mar 25 15:45:38 2011 +0100
+++ b/web/data/cubicweb.old.css Mon Mar 28 12:50:56 2011 +0200
@@ -283,7 +283,7 @@
}
table#mainLayout{
- margin:0px 3px;
+ padding: 0px 3px;
}
table#mainLayout td#contentColumn {