From 8a2d5294765e8b4cca5555616cc553275f23c8ce Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 9 Apr 2013 14:03:10 +0200 Subject: [PATCH] fix width --- src/main/webapp/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/css/app.css b/src/main/webapp/css/app.css index d0ec549b..1c3d22b7 100644 --- a/src/main/webapp/css/app.css +++ b/src/main/webapp/css/app.css @@ -27,7 +27,7 @@ position: fixed; top: 0; bottom: 0; - width: 21.97%; + width: 16%; overflow: auto; }