1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00
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;
}