Changeset 7481
- Timestamp:
- May 29, 2008, 4:38:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/prj/xhtmlcss/markup/style.css
r7472 r7481 137 137 border-color: #cccccc; 138 138 } 139 div.parts tr th :first-child,140 div.parts tr td :first-child {139 div.parts tr th.first-child, 140 div.parts tr td.first-child { 141 141 border-left-width: 0; 142 142 } … … 629 629 width: 75px; 630 630 } 631 #Body .searchResultList th :first-child {631 #Body .searchResultList th.first-child { 632 632 border-left-width: 1px; 633 633 } … … 1061 1061 padding: 5px; 1062 1062 } 1063 .eventDetailBox dd table tr :first-child th,1064 .eventDetailBox dd table tr :first-child td {1063 .eventDetailBox dd table tr.first-child th, 1064 .eventDetailBox dd table tr.first-child td { 1065 1065 border-top: none; 1066 1066 } … … 1338 1338 margin: 0; 1339 1339 } 1340 #Body .rankingList th :first-child {1340 #Body .rankingList th.first-child { 1341 1341 border-left-width: 1px; 1342 1342 } … … 1530 1530 * 37. messageDetailBox(メッセージ詳細ボックス) 1531 1531 *----------------------------------------------------------------------------*/ 1532 #Body .messageDetailBox th :first-child {1532 #Body .messageDetailBox th.first-child { 1533 1533 border-left-width: 1px; 1534 1534 } … … 2086 2086 text-align: center; 2087 2087 } 2088 #Body .albumList th :first-child {2088 #Body .albumList th.first-child { 2089 2089 border-left-width: 1px; 2090 2090 } … … 2108 2108 text-align: center; 2109 2109 } 2110 #Body .albumDetailBox th :first-child,2110 #Body .albumDetailBox th.first-child, 2111 2111 #Body .albumDetailBox td.operation { 2112 2112 border-left-width: 1px;
Note: See TracChangeset
for help on using the changeset viewer.