diff options
author | Artur Signell <artur@vaadin.com> | 2013-01-02 15:17:06 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-01-02 15:20:29 +0200 |
commit | eb9238a0a9984e05d1378978c4f89533436e96a8 (patch) | |
tree | 81bedf7715ebb73293c16c5a2e87421a536226e6 /WebContent/VAADIN/themes/chameleon/common/common.scss | |
parent | cc26765c48ca63542389ae5f6045017876f26620 (diff) | |
download | vaadin-framework-eb9238a0a9984e05d1378978c4f89533436e96a8.tar.gz vaadin-framework-eb9238a0a9984e05d1378978c4f89533436e96a8.zip |
Fixed font-size issues in Chameleon, Runo and Liferay (#10606, #10587)
Change-Id: Iaaa626553030af44eaab57067acf9f022dc75e6b
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/common/common.scss')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/common/common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/common/common.scss b/WebContent/VAADIN/themes/chameleon/common/common.scss index 050d100673..2f3dc53ef3 100644 --- a/WebContent/VAADIN/themes/chameleon/common/common.scss +++ b/WebContent/VAADIN/themes/chameleon/common/common.scss @@ -25,7 +25,7 @@ $chameleon-line-height: 1.4; border: 1px solid #c0c0b9; padding: 1px 5px; color: #222; - font-size: 0.9em; + font-size: 11.7px; line-height: normal; -webkit-border-radius: 4px; -moz-border-radius: 4px; |