This website works better with JavaScript.
Home
Explore
Help
Sign In
Sugoimusic
/
Frontend
Watch
2
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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
1b77b1020d
commit
b36dceb317
1 changed files
with
9 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save