From 8f017f40a799e37e017f486b54a43cf076350d68 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 20 Feb 2012 23:19:17 +0530 Subject: [PATCH] more css foo --- chaloBEST/static/css/editstops.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chaloBEST/static/css/editstops.css b/chaloBEST/static/css/editstops.css index f8aca5f..be086fe 100644 --- a/chaloBEST/static/css/editstops.css +++ b/chaloBEST/static/css/editstops.css @@ -9,7 +9,7 @@ html, body { } #listCol { - height: 100%; + height: 98%; overflow-y: scroll; overflow-x: hidden; width: 24%; @@ -65,3 +65,8 @@ html, body { .no_has_point { color: #666; } + +ul { + list-style-type: none; + padding-left: 4px; +}