diff options
author | Henri Sara <henri.sara@itmill.com> | 2009-05-19 13:36:19 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2009-05-19 13:36:19 +0000 |
commit | 8d2374ed731982e17f3cf1c5aed3552e53a6f8e6 (patch) | |
tree | 08713dfa362bf5a01a7cb8e88f1c32ca4378f81d /WebContent/VAADIN/themes | |
parent | 21cbec3a9b52c32f9e8bb6b9d9733d3f91fd9a9b (diff) | |
download | vaadin-framework-8d2374ed731982e17f3cf1c5aed3552e53a6f8e6.tar.gz vaadin-framework-8d2374ed731982e17f3cf1c5aed3552e53a6f8e6.zip |
#2812 copied AddressBook tutorial changes from the incubator project to Vaadin
svn changeset:7892/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes')
-rw-r--r-- | WebContent/VAADIN/themes/contacts/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/contacts/styles.css b/WebContent/VAADIN/themes/contacts/styles.css index c79dcb497e..5a93f8604c 100644 --- a/WebContent/VAADIN/themes/contacts/styles.css +++ b/WebContent/VAADIN/themes/contacts/styles.css @@ -1,4 +1,5 @@ @import url(../runo/styles.css); +/* Using the old default theme (runo) as the basis for now */ /* Add some padding to the tree */ .v-tree { |