aboutsummaryrefslogtreecommitdiff
path: root/posts/style.scss
blob: b1a363f99a1af00ea651fd12af81a23ead08ab2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
---

// fill width
#posts {
	table-layout: auto;
	width: 100%;
}

// fit date column
#posts td:nth-child(1),
#posts th:nth-child(1) {
	white-space: nowrap;
	width: 1%;
}

// dates with table numerals
#posts td:nth-child(1) { font-feature-settings: "tnum"; }