Skip to content

Commit

Permalink
Merge branch 'dom-update' into techcrunch
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis Barber committed Sep 9, 2011
2 parents 794ee4e + dfb8bbc commit 55f9acb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 76 deletions.
4 changes: 4 additions & 0 deletions src/public/stylesheets/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
76 changes: 0 additions & 76 deletions views/map.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 55f9acb

Please sign in to comment.