[seam-commits] Seam SVN: r9244 - trunk/seam-gen/view/stylesheet.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Oct 9 02:48:29 EDT 2008
Author: dan.j.allen
Date: 2008-10-09 02:48:29 -0400 (Thu, 09 Oct 2008)
New Revision: 9244
Modified:
trunk/seam-gen/view/stylesheet/theme.xcss
Log:
we have to use a really ugly looking path to get to the img folder until a better way presents itself
Modified: trunk/seam-gen/view/stylesheet/theme.xcss
===================================================================
--- trunk/seam-gen/view/stylesheet/theme.xcss 2008-10-09 06:47:38 UTC (rev 9243)
+++ trunk/seam-gen/view/stylesheet/theme.xcss 2008-10-09 06:48:29 UTC (rev 9244)
@@ -159,15 +159,15 @@
}
.message li.infomsg {
- background-image: url(../img/msginfo.png);
+ background-image: url(../../../../../img/msginfo.png);
}
.message li.errormsg {
- background-image: url(../img/msgerror.png);
+ background-image: url(../../../../../img/msgerror.png);
}
.message li.warnmsg {
- background-image: url(../img/msgwarn.png);
+ background-image: url(../../../../../img/msgwarn.png);
}
.name {
More information about the seam-commits
mailing list