From ef42db8df08c7dca5e368c8766e16d07af96e502 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 16 Jul 2012 12:18:15 +0300 Subject: [PATCH] changes removed, backed to previous state --- css/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 11e7b37d..d2c2e876 100644 --- a/css/style.css +++ b/css/style.css @@ -137,7 +137,8 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat; background-position: 0 0; } #fm{ - height:90%; + height:90%; + overflow-y: scroll; } .fm_header{ font-weight: bold; @@ -160,9 +161,9 @@ background:url(/img/panel_refresh.png) 0 -15px no-repeat; #right{ float:right; } -.panel{ - width: 46%; - overflow-y: scroll; +.panel{ + display: table; + width:46%; } #keyspanel{ text-align: center;