You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2019/08/28 13:45:56 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2045] hash page should be fixed

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 822242c  [OPENMEETINGS-2045] hash page should be fixed
822242c is described below

commit 822242c5d1fce2a92936223fa82d518430b35731
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Aug 28 20:45:45 2019 +0700

    [OPENMEETINGS-2045] hash page should be fixed
---
 openmeetings-web/src/main/webapp/css/raw-general.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-general.css b/openmeetings-web/src/main/webapp/css/raw-general.css
index 6953beb..17aad56 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general.css
@@ -8,7 +8,7 @@ html, body {
 .main-container {
 	height: calc(100% - var(--header-height));
 }
-.main-container .main
+.main
 , #contents .child-panel
 , .full-height
 {