From 398b57be773fb378a120b1134c8f306ffc95d084 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 18 Feb 2014 07:37:35 -0500 Subject: [PATCH] fix(style) .files height: 95% -> 85% --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 360049e1..ba18d0db 100644 --- a/css/style.css +++ b/css/style.css @@ -244,7 +244,7 @@ body { } .files { - height: 95%; + height: 85%; padding: 0; margin: 0; overflow-y: auto;