updated site.css

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@441521 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-09-08 14:45:54 +00:00
parent 44dce10087
commit 509c1500cf
1 changed files with 8 additions and 0 deletions

View File

@ -96,3 +96,11 @@
.actionMessage {
font-weight: bold;
}
.errorBullet {
list-style-image: url( "../images/icon_error_sml.gif" );
}
.warningBullet {
list-style-image: url( "../images/icon_warning_sml.gif" );
}