diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2012-09-10 16:23:17 +0300 |
---|---|---|
committer | Johannes Dahlström <johannesd@vaadin.com> | 2012-09-10 16:24:22 +0300 |
commit | cb9e64258eef9c51c32fc9c0c5e96c9b0f35345b (patch) | |
tree | 79cbc1e2be1cba54fa85941bf5a047bdcc86cb93 /WebContent/VAADIN/themes/base/common/common.scss | |
parent | 57f05f410ebcd57bf09c242a32d17e9f01f6750d (diff) | |
download | vaadin-framework-cb9e64258eef9c51c32fc9c0c5e96c9b0f35345b.tar.gz vaadin-framework-cb9e64258eef9c51c32fc9c0c5e96c9b0f35345b.zip |
Add missing closing brace to @mixin base-common
Diffstat (limited to 'WebContent/VAADIN/themes/base/common/common.scss')
-rw-r--r-- | WebContent/VAADIN/themes/base/common/common.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.scss b/WebContent/VAADIN/themes/base/common/common.scss index 7cd1f2dd1c..7fd4d2cc32 100644 --- a/WebContent/VAADIN/themes/base/common/common.scss +++ b/WebContent/VAADIN/themes/base/common/common.scss @@ -255,4 +255,6 @@ div.v-app-loading { /* Enable kinetic scrolling on Mobile Safari 6 */ .v-ios.v-sa6 .v-scrollable { -webkit-overflow-scrolling: touch; +} + }
\ No newline at end of file |