From b36dceb3174c910e98de416b695c6ccdf703d0cb Mon Sep 17 00:00:00 2001 From: spaghetti Date: Sat, 20 May 2017 23:49:42 -0400 Subject: [PATCH] Miscellaneous changes to bring public repo in line with private This consists mostly of commits I somehow skipped over and didn't patch into the public repo --- static/styles/global.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/static/styles/global.css b/static/styles/global.css index 30bbad7..b0fb73d 100755 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -11,6 +11,10 @@ font-size: 110%; } +.thin { + box-sizing: border-box; +} + .flex_input_container { display: flex; } @@ -55,7 +59,11 @@ h2 .group_cat { background-size: 16px 16px; } -pre br { +code { + white-space: pre; +} + +pre > br, code > br { line-height: 0px; display: none; }