Issue 2943 fixed. Admin layout align center.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12739 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-02-13 01:57:41 +00:00
parent a5bb4da47e
commit 7992825f17
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
/* Reset */ /* Reset */
html,body{min-height:100%} html,body{min-height:100%}
body{-webkit-text-size-adjust:none} body{-webkit-text-size-adjust:none}
body>.x:first-child{min-width:300px;max-width:1240px} body>.x:first-child{min-width:300px;max-width:1240px;margin:0 auto}
body>.x, body>.x,
.x label, .x label,
.x table, .x table,

File diff suppressed because one or more lines are too long