1
2
3
4
5
6
7
8
/*投票結果:百分比到左邊*/
.plurk-poll--result { grid-template-columns:auto 1fr; }
.candidate-percentage { grid-column:1; }
.candidate-percentage:nth-child(2) { grid-row:1; }
.candidate-percentage:nth-child(4) { grid-row:2; }
.candidate-percentage:nth-child(6) { grid-row:3; }
.candidate-percentage:nth-child(8) { grid-row:4; }
.candidate-percentage:nth-child(10) { grid-row:5; }