1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknwon 2014-09-22 11:04:46 -04:00
parent 01e69af2c8
commit 196efecaaa
8 changed files with 30 additions and 36 deletions

View file

@ -151,8 +151,7 @@ code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.text-left {
text-align: left;
@ -277,9 +276,6 @@ hr {
border-bottom: 1px solid #dddddd;
margin-bottom: .75em;
}
p code {
color: #b63b2c;
}
.radius {
border-radius: .25em;
}