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 08da9a0  [OPENMEETINGS-1142] minor css change
08da9a0 is described below

commit 08da9a0a1f9277991ebfd167357bbcb71a016b3b
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Fri Jul 20 10:27:33 2018 +0700

    [OPENMEETINGS-1142] minor css change
---
 openmeetings-web/src/main/webapp/css/room.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/webapp/css/room.css 
b/openmeetings-web/src/main/webapp/css/room.css
index 3ea79c1..75d235d 100644
--- a/openmeetings-web/src/main/webapp/css/room.css
+++ b/openmeetings-web/src/main/webapp/css/room.css
@@ -497,7 +497,8 @@
 }
 .pod-area.max17, .pod-area.max25, .pod-area.max33 {
        grid-template-columns: repeat(8, 1fr);
-       grid-template-areas: "b01 b02 a a a a b03 b04"
+       grid-template-areas: 
+               "b01 b02 a a a a b03 b04"
                "b05 b06 a a a a b07 b08"
                "b09 b10 a a a a b11 b12"
                "b13 b14 a a a a b15 b16";

Reply via email to