diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-18 14:24:09 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-18 14:24:09 +0300 |
commit | b5019ec6788de767ef965578b2ce3ba7fc612516 (patch) | |
tree | aeb9565d8e6cd4169a8b890a063627cf854dedb9 /WebContent/VAADIN/themes/base/layout | |
parent | 250e7beab06b185aebe3e97e2d5f7102d1e1b270 (diff) | |
download | vaadin-framework-b5019ec6788de767ef965578b2ce3ba7fc612516.tar.gz vaadin-framework-b5019ec6788de767ef965578b2ce3ba7fc612516.zip |
Removed empty content: in css rules since they generate a empty line with html5 content type
Diffstat (limited to 'WebContent/VAADIN/themes/base/layout')
-rw-r--r-- | WebContent/VAADIN/themes/base/layout/layout.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/base/layout/layout.scss b/WebContent/VAADIN/themes/base/layout/layout.scss index 04df35872e..1be2cfccd6 100644 --- a/WebContent/VAADIN/themes/base/layout/layout.scss +++ b/WebContent/VAADIN/themes/base/layout/layout.scss @@ -79,7 +79,6 @@ div.v-layout.v-horizontal.v-widget { /* Clear any floats inside the slot, to prevent unwanted collapsing */ .v-vertical > .v-slot:after { - content: ""; display: inline-block; clear: both; width: 0; @@ -114,7 +113,7 @@ div.v-layout.v-horizontal.v-widget { .v-align-bottom:before, .v-expand > .v-align-middle:before, .v-expand > .v-align-bottom:before { - content: ""; + display: inline-block; height: 100%; vertical-align: middle; |