Просмотр исходного кода

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 лет назад
committed by Tomochin
Родитель
Сommit
b36dceb317
1 измененных файлов: 9 добавлений и 1 удалений
  1. +9
    -1
      static/styles/global.css

+ 9
- 1
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;
}


Загрузка…
Отмена
Сохранить