<% if @voter.voted? %> diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index a77ca83..16b10bf 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -325,6 +325,17 @@ li.moveable { padding-left: 5px; } +/* voterbox#election is used on user summary page */ +.voterbox#election { border-color: #990d13; } + +.voterbox#election th { + background-color: #dc0d13; + border-color: #dc0d13; +} + +.voterbox#election td { border-color: #990d13;} + + .rbmoreinfo hr { width: 100%; height: 10px;