[css] we should use padding instead of margin here, else the element as size greater than <body>, forcing an horizontal scrollbar to appear stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 28 Mar 2011 12:50:56 +0200
branchstable
changeset 7113 2572aa6dd7b4
parent 7112 bb27cc300040
child 7114 d80c8c30aba7
[css] we should use padding instead of margin here, else the element as size greater than <body>, forcing an horizontal scrollbar to appear
web/data/cubicweb.old.css
--- 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 {