* Get rid of the icons in warnings etc.
This commit is contained in:
parent
31fd72ee17
commit
00d4f907e1
1 changed files with 1 additions and 12 deletions
|
@ -81,19 +81,8 @@ pre.screen
|
||||||
.note,.warning
|
.note,.warning
|
||||||
{
|
{
|
||||||
border: 1px solid #6185a0;
|
border: 1px solid #6185a0;
|
||||||
padding: 0px 36px;
|
padding: 0px 1em;
|
||||||
margin-left: 2em;
|
|
||||||
margin-right: 2em;
|
|
||||||
|
|
||||||
background: #fffff5;
|
background: #fffff5;
|
||||||
background-image: url(images/note.png);
|
|
||||||
background-position: center left;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
.warning
|
|
||||||
{
|
|
||||||
background-image: url(images/warning.png);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.note,div.warning
|
div.note,div.warning
|
||||||
|
|
Loading…
Reference in a new issue