doc/CSS: Reset some styles

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-01 02:58:54 +02:00
parent 9efdc149d8
commit 3f867437c4
1 changed files with 5 additions and 19 deletions

View File

@ -58,33 +58,19 @@ tbody tr:hover {
thead {
th {
color: @icinga;
.uppercase;
.uppercase();
.bold;
}
border-bottom: 0.25rem solid @icinga;
}
code {
// Reset
background-color: inherit;
border: none;
padding: 0;
display: inline;
}
code {
color: @icinga;
.bold;
color: @icinga-blue;
font-family: @font-family-fixed;
}
pre > code {
color: #fff;
font-weight: normal;
width: 100%;
background-color: #666;
display: block;
padding: 1em;
color: inherit;
}
ul.toc {
@ -94,5 +80,5 @@ ul.toc {
.search-highlight {
color: #FBE012;
background: @icinga;
background: @icinga-blue;
}