Commit dfdc9f0

Stephen Peasley <stephenpeasley@hotmail.com>
2013-06-23 07:04:58
Fixed silly CSS bug
1 parent d8a3f4a
Changed files (2)
app
assets
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">