diff options
author | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2010-12-09 09:12:50 +0000 |
---|---|---|
committer | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2010-12-09 09:12:50 +0000 |
commit | 27977a7b77101d6fd9889f7159ed88508adff9c5 (patch) | |
tree | 8e7550ef7f1618b66a6ebe074d362cd2d460c00f /WebContent/VAADIN/themes/runo | |
parent | 40435ee38aedeac2246b698179993b248fb80652 (diff) | |
download | vaadin-framework-27977a7b77101d6fd9889f7159ed88508adff9c5.tar.gz vaadin-framework-27977a7b77101d6fd9889f7159ed88508adff9c5.zip |
Fixed the table header styles in the liferay theme
svn changeset:16423/svn branch:6.5
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r-- | WebContent/VAADIN/themes/runo/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index 04c97151fd..750b6891e6 100644 --- a/WebContent/VAADIN/themes/runo/styles.css +++ b/WebContent/VAADIN/themes/runo/styles.css @@ -1,5 +1,5 @@ -.v-theme-version:after {content:"6_5_0_dev-20101208";} -.v-theme-version-6_5_0_dev-20101208 {display: none;} +.v-theme-version:after {content:"6_5_0_dev-20101209";} +.v-theme-version-6_5_0_dev-20101209 {display: none;} /* Automatically compiled css file from subdirectories. */ .v-absolutelayout-wrapper { |