From 4a5adc96450ceb4c910956b062ef4f34b6887bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 13 Jun 2012 18:04:40 +0200 Subject: [PATCH] Improving CSS --- file/style/be.bastelstu.wcf.chat.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/file/style/be.bastelstu.wcf.chat.scss b/file/style/be.bastelstu.wcf.chat.scss index fded57e..37df8f7 100644 --- a/file/style/be.bastelstu.wcf.chat.scss +++ b/file/style/be.bastelstu.wcf.chat.scss @@ -284,7 +284,8 @@ #tplChat { height: 100%; margin: 0; padding: 0; - > div, aside { + + > div, .sidebar, #sidebarContainer { height: 100%; } } @@ -292,7 +293,7 @@ #tplChat { height: 100%; margin: 0; padding: 0; - > div, aside { + > div, .sidebar, #sidebarContainer { height: 100%; } } @@ -300,7 +301,7 @@ #tplChat { height: 100%; margin: 0; padding: 0; - > div, aside { + > div, .sidebar, #sidebarContainer { height: 100%; } }