Commit dfdc9f0
Changed files (2)
app
assets
stylesheets
views
neighbourhoods
app/assets/stylesheets/neighbourhoods.css.scss
@@ -9,7 +9,9 @@ $white: #fff;
body { text-rendering:optimizeLegibility; }
-td { color:$white; text-decoration:uppercase;}
-td.evac { background:$red; }
-td.open { background:$green; }
-td.part { background:$orange; }
\ No newline at end of file
+.neighbourhoods {
+ td { color:$white; }
+ td.evac { background:$red; text-transform:uppercase; }
+ td.open { background:$green; }
+ td.part { background:$orange; }
+}
\ No newline at end of file
app/views/neighbourhoods/index.html.erb
@@ -1,4 +1,4 @@
-<div class="row">
+<div class="row neighbourhoods">
<div class="span12">
<h1>neighbourhoods</h1>
<table class="table">