From dfb8bbc1c429fed2ee21256300f90ca5da72175a Mon Sep 17 00:00:00 2001 From: Davis Barber Date: Fri, 9 Sep 2011 14:09:34 -0400 Subject: [PATCH] got rid of dummy resources and added arrow change to css --- src/public/stylesheets/screen.css | 4 ++ views/map.jade | 76 ------------------------------- 2 files changed, 4 insertions(+), 76 deletions(-) diff --git a/src/public/stylesheets/screen.css b/src/public/stylesheets/screen.css index 135f153..6081a4f 100644 --- a/src/public/stylesheets/screen.css +++ b/src/public/stylesheets/screen.css @@ -231,6 +231,10 @@ html, body { height:15px; } +#content #sidebar #resources .resource .feeds .feed.change.down .icion_wrapper { + background-image:url("../images/icon-arrow-down.png"); +} + #content #sidebar #resources .resource .feeds .feed.change .icon_wrapper .label { position:absolute; left:-999em; diff --git a/views/map.jade b/views/map.jade index 79f7347..5de8143 100644 --- a/views/map.jade +++ b/views/map.jade @@ -46,82 +46,6 @@ html option(value="rank") Rank option(value="change") Change ul#resources - li.resource.alive - h1.car_icon_wrapper - span.car_icon Car Icon - span.car_name Car Name - ul.feeds - li.feed.mpg - h1.icon_wrapper - span.label mpg - | : - span.data 55 - li.feed.rpm - h1.icon_wrapper - span.label rpm - | : - span.data 5000 - li.feed.rank - h1.icon_wrapper - span.label rank - | : - span.data 1 - li.feed.change - h1.icon_wrapper - span.label change - | : - span.data 5% - li.resource.alive - h1.car_icon_wrapper - span.car_icon Car Icon - span.car_name Car Name - ul.feeds - li.feed.mpg - h1.icon_wrapper - span.label mpg - | : - span.data 55 - li.feed.rpm - h1.icon_wrapper - span.label rpm - | : - span.data 5000 - li.feed.rank - h1.icon_wrapper - span.label rank - | : - span.data 1 - li.feed.change - h1.icon_wrapper - span.label change - | : - span.data 5% - li.resource.alive - h1.car_icon_wrapper - span.car_icon Car Icon - span.car_name Car Name - ul.feeds - li.feed.mpg - h1.icon_wrapper - span.label mpg - | : - span.data 55 - li.feed.rpm - h1.icon_wrapper - span.label rpm - | : - span.data 5000 - li.feed.rank - h1.icon_wrapper - span.label rank - | : - span.data 1 - li.feed.change - h1.icon_wrapper - span.label change - | : - span.data 5% - #footer #copyright p © Bug Labs, Inc. | 2011