Browse Source

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
undefined
spaghetti 7 years ago
committed by Tomochin
parent
commit
b36dceb317
1 changed files with 9 additions and 1 deletions
  1. +9
    -1
      static/styles/global.css

+ 9
- 1
static/styles/global.css View File

@@ -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;
}


Loading…
Cancel
Save