이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
adrianshort
/
suttonelections
의 미러
https://github.com/adrianshort/suttonelections.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
2
위키
활동
소스 검색
Make "elected" text styles consistent
tags/last-sinatra-version
Adrian Short
8 년 전
부모
763e844ade
커밋
076a504dfb
2개의 변경된 파일
과
5개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
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
파일 보기
@@ -183,6 +183,10 @@ tr
color: #333;
padding: 2px 5px;
font-weight: normal;
}
.elected_text
{
text-transform: lowercase;
}
+ 1
- 1
views/resultsdistrict.haml
파일 보기
@@ -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
쓰기
미리보기
불러오는 중...
취소
저장