From 9ca828947e365def1b13a58e43dd0f4092138895 Mon Sep 17 00:00:00 2001 From: dsc Date: Wed, 16 May 2012 15:38:15 -0700 Subject: [PATCH] Tabs to spaces. --- www/css/geo-display.styl | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/www/css/geo-display.styl b/www/css/geo-display.styl index a5f226e..d1544ac 100644 --- a/www/css/geo-display.styl +++ b/www/css/geo-display.styl @@ -7,17 +7,17 @@ svg margin 0 auto .frame - stroke #000 - fill none - pointer-events all + stroke #000 + fill none + pointer-events all .feature - stroke #ccc + stroke #ccc #infobox - position absolute - pointer-events none - // width 180px - // padding 5px - // border-radius 5px; - // background-color rgba(200,200,200,.85) + position absolute + pointer-events none + // width 180px + // padding 5px + // border-radius 5px; + // background-color rgba(200,200,200,.85) -- 1.7.0.4