# HG changeset patch # User Sylvain Thénault # Date 1301309456 -7200 # Node ID 2572aa6dd7b41da20e631dddd52b23d899b5f60b # Parent bb27cc300040081d1c630aaff6b903cc1b87566a [css] we should use padding instead of margin here, else the element as size greater than , forcing an horizontal scrollbar to appear diff -r bb27cc300040 -r 2572aa6dd7b4 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 {