Commit 4b7fe8493fa89039404fac7dbeb5ff3a5326686b
return pre font to smaller size
Ev Bogue committed on 7/9/2016, 7:25:12 PMParent: 1ea85c2d6ba0837a3c611235adcc6c8beb819e19
Files changed
static/styles.css | changed |
static/styles.css | ||
---|---|---|
@@ -17,9 +17,9 @@ | ||
17 | 17 … | } |
18 | 18 … | } |
19 | 19 … | |
20 | 20 … | pre { |
21 | - font: 1em Consolas, "Liberation Mono", Menlo, Courier, monospace; | |
21 … | + font: .8em Consolas, "Liberation Mono", Menlo, Courier, monospace; | |
22 | 22 … | padding: .5em 1.25ex; |
23 | 23 … | border: 1px solid #ddd; |
24 | 24 … | background: #f5f5f5; |
25 | 25 … | white-space: pre-wrap; |
Built with git-ssb-web