summaryrefslogtreecommitdiffstats
path: root/widgets/src/com/vaadin
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/src/com/vaadin')
-rw-r--r--widgets/src/com/vaadin/themes/Valo.gwt.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/src/com/vaadin/themes/Valo.gwt.xml b/widgets/src/com/vaadin/themes/Valo.gwt.xml
index 7c58d61ecf..d9e0f6ab73 100644
--- a/widgets/src/com/vaadin/themes/Valo.gwt.xml
+++ b/widgets/src/com/vaadin/themes/Valo.gwt.xml
@@ -4,6 +4,6 @@
<module>
<entry-point class='com.vaadin.themes.valoutil.BodyStyleName' />
<source path='valoutil' />
- <public path="valo" />
- <stylesheet src="styles.css" />
+ <public path="public" />
+ <stylesheet src="valo/styles.css" />
</module>