css: add style for warning paragraph
This commit is contained in:
parent
516c519af9
commit
b4e0bb0a93
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue