11 lines
134 B
CSS
11 lines
134 B
CSS
|
|
||
|
.poll .bar .foreground {
|
||
|
float: right;
|
||
|
}
|
||
|
.poll .percent {
|
||
|
text-align: left;
|
||
|
}
|
||
|
.poll .vote-form .choices {
|
||
|
text-align: right;
|
||
|
}
|