557
edits
(Created page with "→: .table-responsive { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; →: } →: .table-responsive:focus { outline: 2px solid #777; outline-offset: 2px; } →: .table-responsive > table { width: 100%; border-collapse: collapse; } →: .wikitable t...") |
No edit summary |
||
| Line 40: | Line 40: | ||
.wikitable td, .wikitable th { font-size: 14px; } | .wikitable td, .wikitable th { font-size: 14px; } | ||
} | } | ||
/* small arrows for sortable columns */ | |||
table.sortable th.headerSortUp:after { content: " ▲"; } | |||
table.sortable th.headerSortDown:after { content: " ▼"; } | |||
/* keep word-wrap and mobile scroll (if you haven't already) */ | |||
.table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; display:block; } | |||
.wikitable td, .wikitable th { white-space: normal; word-break: break-word; padding:6px 8px; } | |||