git ssb

30+

cel / git-ssb-web



Commit 4b7fe8493fa89039404fac7dbeb5ff3a5326686b

return pre font to smaller size

Ev Bogue committed on 7/9/2016, 7:25:12 PM
Parent: 1ea85c2d6ba0837a3c611235adcc6c8beb819e19

Files changed

static/styles.csschanged
static/styles.cssView
@@ -17,9 +17,9 @@
1717 }
1818 }
1919
2020 pre {
21- font: 1em Consolas, "Liberation Mono", Menlo, Courier, monospace;
21 + font: .8em Consolas, "Liberation Mono", Menlo, Courier, monospace;
2222 padding: .5em 1.25ex;
2323 border: 1px solid #ddd;
2424 background: #f5f5f5;
2525 white-space: pre-wrap;

Built with git-ssb-web