This website works better with JavaScript.
首頁
探索
說明
登入
adrianshort
/
suttonelections
镜像来自
https://github.com/adrianshort/suttonelections.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
2
Wiki
Activity
瀏覽代碼
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
Write
Preview
Loading…
取消
儲存