Author: thorsten
Date: Mon Jan 23 02:16:41 2006
New Revision: 371513
URL: http://svn.apache.org/viewcvs?rev=371513&view=rev
Log:
Theme images has to be called differently to be reusable in projects. The way
it was before forces the user to copy the resources into her project dir
otherwise she gets an error. Themes have to be reusable in different project
without user interaction\!
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/css/coat.css
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/css/coat.css
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/css/coat.css?rev=371513&r1=371512&r2=371513&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/css/coat.css
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/resources/themes/common/css/coat.css
Mon Jan 23 02:16:41 2006
@@ -148,7 +148,7 @@
h2 {
font-size: 130%;
font-weight: bold;
- background-image: url('/images/redarrow.gif.png');
+ background-image: url('../themes/images/redarrow.gif.png');
background-repeat: no-repeat;
background-position: center left;
padding-left: 20px;