Issue 2558 fixed. bootstrap-responsive.css body horizontal padding removed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11615 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-08 06:32:26 +00:00
parent 3b13db442a
commit c67e8ffa36
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
@charset "utf-8";
/* Reset */
html{min-height:100%}
body{margin:10px;-webkit-text-size-adjust:none}
body{margin:10px;padding:0;-webkit-text-size-adjust:none}
body>.x{min-width:300px;max-width:1240px}
@media all and (max-width:480px){
body>.x{margin:0}