Issue 2317 fixed. Remove '.text, .title{width:100%}' code.

git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11138 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-09-03 06:14:37 +00:00
parent 300ae9bf6e
commit b60f565575
2 changed files with 1 additions and 5 deletions

View file

@ -68,10 +68,6 @@ header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption{di
.x .table em{font-style:normal;font-weight:normal;color:#e00}
.x .table th.nowr,
.x .table td.nowr{white-space:nowrap}
.x .table th.title,
.x .table td.title,
.x .table th.text,
.x .table td.text{width:100%}
/* Form */
.x .form{margin:0 0 1em 0;padding:0}
.x .form fieldset{margin:0 0 2em 0;padding:0;border:0}

File diff suppressed because one or more lines are too long