Change zebra colors for videolistings

This commit is contained in:
Tyrel Souza 2014-04-22 15:49:34 -04:00
parent 47e3e56a6c
commit fcbe872ea8
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ $medgray: #3A9AC9;
}
.odd {
background-color: $medgray;
background-color: #395C84;
padding: 10px;
.help-block{
color: #ccc;
@ -18,7 +18,7 @@ $medgray: #3A9AC9;
}
.even {
background-color: lighten($medgray, 50);
background-color: lighten(#456A92, 10);
padding: 10px;
}

View File

@ -4,3 +4,4 @@
<% else %>
<%= link_to "Sign in", new_user_session_path %>
<% end %>
-----