This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new cb6610a  [OPENMEETINGS-2032] minified CSS is fixed
cb6610a is described below

commit cb6610a171384d59553b8cc5ac86322e27cb30c0
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Thu Mar 21 14:33:56 2019 +0700

    [OPENMEETINGS-2032] minified CSS is fixed
---
 openmeetings-web/src/main/webapp/css/raw-variables.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-variables.css 
b/openmeetings-web/src/main/webapp/css/raw-variables.css
index 128029a..add89de 100644
--- a/openmeetings-web/src/main/webapp/css/raw-variables.css
+++ b/openmeetings-web/src/main/webapp/css/raw-variables.css
@@ -25,13 +25,13 @@ body {
        --buffer-height: 4px;
 }
 body.no-header {
-       --header-height: 0px;
+       --header-height: 0ch; /* 0px is being stripped by YUI compressor*/
 }
 body.no-menu {
-       --menu-height: 0px;
+       --menu-height: 0ch; /* 0px is being stripped by YUI compressor*/
 }
 .adminPanel {
-       --lbl-nav-height: 0px;
+       --lbl-nav-height: 0ch; /* 0px is being stripped by YUI compressor*/
        --nav-height: 30px;
        --list-width: 518px;
 }
@@ -39,7 +39,7 @@ body.no-menu {
        --lbl-nav-height: 40px;
 }
 .adminPanelColumnForm {
-       --actions-height: 0px;
+       --actions-height: 0ch; /* 0px is being stripped by YUI compressor*/
 }
 .adminPanelColumnForm .adminForm {
        --actions-height: 40px;

Reply via email to