From 6432401d9c4bb36e2a82d95227f26a6bc7810d5b Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Sat, 29 Dec 2012 14:05:57 +0100 Subject: limit height of online user list --- public/css/base.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public/css') diff --git a/public/css/base.css b/public/css/base.css index a97f31c4..e1686bb4 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -52,6 +52,11 @@ footer p { margin-left: 200px; } +.container.online .content { + max-height: 15em; + overflow: auto; +} + a { color: #000; } -- cgit v1.2.3-54-g00ecf