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