* Get rid of the icons in warnings etc.

This commit is contained in:
Eelco Dolstra 2003-12-03 09:33:03 +00:00
parent 31fd72ee17
commit 00d4f907e1
1 changed files with 1 additions and 12 deletions

View File

@ -81,19 +81,8 @@ pre.screen
.note,.warning
{
border: 1px solid #6185a0;
padding: 0px 36px;
margin-left: 2em;
margin-right: 2em;
padding: 0px 1em;
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