This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
suttonelections
mirror of
https://github.com/adrianshort/suttonelections.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Make "elected" text styles consistent
tags/last-sinatra-version
Adrian Short
8 years ago
parent
763e844ade
commit
076a504dfb
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
public/style.css
+1
-1
views/resultsdistrict.haml
+ 4
- 0
public/style.css
View File
@@ -183,6 +183,10 @@ tr
color: #333;
padding: 2px 5px;
font-weight: normal;
}
.elected_text
{
text-transform: lowercase;
}
+ 1
- 1
views/resultsdistrict.haml
View File
@@ -67,7 +67,7 @@
%td.right= format_percent(candidacy.votes.to_f / @share_denominator * 100)
- if candidacy.seats == 1
%td.elected="Elected"
%td.elected
.elected_text
="Elected"
- else
%td
- else
Write
Preview
Loading…
Cancel
Save