Line 829: | Line 829: | ||
@media (min-width: 1024px){ | @media (min-width: 1024px){ | ||
+ | |||
#bodyContent table th:first-child{ | #bodyContent table th:first-child{ | ||
border-radius: 20px 0 0 20px; | border-radius: 20px 0 0 20px; | ||
} | } | ||
− | |||
#bodyContent table th:last-child{ | #bodyContent table th:last-child{ | ||
border-radius: 0 20px 20px 0; | border-radius: 0 20px 20px 0; | ||
} | } | ||
+ | #bodyContent table td:last-child{ | ||
+ | border-radius: 0 20px 20px 0; | ||
+ | } | ||
+ | #bodyContent table td:first-child{ | ||
+ | border-radius: 20px 0 0 20px; | ||
+ | } | ||
+ | |||
#bodyContent table.small_first th:first-child { | #bodyContent table.small_first th:first-child { |
Revision as of 12:42, 30 October 2017