Line 831: | Line 831: | ||
#bodyContent table th:first-child{ | #bodyContent table th:first-child{ | ||
− | border-radius: | + | border-radius: 10px 0 0 10px; |
} | } | ||
#bodyContent table th:last-child{ | #bodyContent table th:last-child{ | ||
− | border-radius: 0 | + | border-radius: 0 10px 10px 0; |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
#bodyContent table td:first-child{ | #bodyContent table td:first-child{ | ||
− | border-radius: | + | border-radius: 10px 0 0 10px; |
+ | } | ||
+ | #bodyContent table td:last-child{ | ||
+ | border-radius: 0 10px 10px 0; | ||
} | } | ||
− | |||
− | |||
#bodyContent table.small_first th:first-child { | #bodyContent table.small_first th:first-child { | ||
width: 120px; | width: 120px; |
Revision as of 12:43, 30 October 2017