mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Deprecated CSS bug fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9703 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9f24618740
commit
aab512eeb8
1 changed files with 7 additions and 4 deletions
|
|
@ -626,12 +626,15 @@ body.modalContainer{_height:100%;_width:100%} /* IE6 only */
|
|||
.x .rowTable caption .side,
|
||||
.x .colTable caption .side,
|
||||
.x .crossTable caption .side{float:right;font-weight:normal;margin-left:1em}
|
||||
.x .rowTable th,.rowTable td,
|
||||
.x .colTable th,.rowTable td,
|
||||
.x .crossTable th,.rowTable td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd;white-space:nowrap}
|
||||
.x .rowTable th,
|
||||
.x .rowTable td,
|
||||
.x .colTable th,
|
||||
.x .rowTable td,
|
||||
.x .crossTable th,
|
||||
.x .rowTable td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd}
|
||||
.x .rowTable th,
|
||||
.x .colTable th,
|
||||
.x .crossTable th{background:#f8f8f8}
|
||||
.x .crossTable th{background:#f8f8f8;white-space:nowrap}
|
||||
.x .rowTable thead th,
|
||||
.x .colTable thead th,
|
||||
.x .crossTable thead th{border-bottom:1px solid #999}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue