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

View File

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