css: add style for warning paragraph

This commit is contained in:
Thomas Gelf 2016-06-24 02:23:49 +02:00
parent 516c519af9
commit b4e0bb0a93
1 changed files with 12 additions and 0 deletions

View File

@ -717,6 +717,18 @@ p.error {
}
}
p.warning {
color: white;
padding: 1em 2em;
background-color: @colorWarning;
font-weight: bold;
a {
color: inherit;
text-decoration: underline;
}
}
table.tinystats {
font-size: 0.7em;
float: right;