summaryrefslogtreecommitdiffstats
path: root/widgets/src/com
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-01-14 20:47:45 +0200
committerArtur Signell <artur@vaadin.com>2016-01-14 21:18:22 +0200
commit50690c3af6c816461b54719efc0a4f7cf9fd4d5f (patch)
tree085934fdbb4c8d83364d1e786750d25d2c47b2d1 /widgets/src/com
parent1549f1437c0b6ee99dd35f9b556c6c4670410873 (diff)
downloadvaadin-framework-50690c3af6c816461b54719efc0a4f7cf9fd4d5f.tar.gz
vaadin-framework-50690c3af6c816461b54719efc0a4f7cf9fd4d5f.zip
Correctly include base theme for font support (#19470)
Change-Id: I2cb5ddd8d2d8421793c258994f3bb930f4488273
Diffstat (limited to 'widgets/src/com')
-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>