diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-04-24 13:36:45 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-04-24 13:36:45 +0000 |
commit | 14410f2a048409af75014597717ba5fc32a83674 (patch) | |
tree | 47f9c8a49519be456ef4f7d8c8a24fa2693afe70 /WebContent/ITMILL/themes/reservr | |
parent | d59f916e26d2a9eb89c8d5c326b48f38216115dc (diff) | |
download | vaadin-framework-14410f2a048409af75014597717ba5fc32a83674.tar.gz vaadin-framework-14410f2a048409af75014597717ba5fc32a83674.zip |
refactored default css rules to be in themes/default, added helperapplication to combine multiple css files, changed app init process again
svn changeset:4226/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/reservr')
-rw-r--r-- | WebContent/ITMILL/themes/reservr/styles.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/reservr/styles.css b/WebContent/ITMILL/themes/reservr/styles.css index e4f77100ae..dae0dd18d2 100644 --- a/WebContent/ITMILL/themes/reservr/styles.css +++ b/WebContent/ITMILL/themes/reservr/styles.css @@ -1,3 +1,5 @@ +@import url(../default/styles.css); + /* Reservr styles */
body {
background-color: #E9ECED;
|