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

@@ -193,8 +193,7 @@ code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.text-left {
@@ -342,15 +341,6 @@ hr {
border-bottom: 1px solid @hrColor;
margin-bottom: .75em;
}
// code element
p {
code {
color: @inlineCodeColor;
}
}
// radius element
.radius {