fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
less verbose localepack
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
scss
/
polls
/
polls.scss
1
.poll {
\r
2
width: 400px;
\r
3
ul {
\r
4
list-style-type: none;
\r
5
}
\r
6
}
\r
7
\r
8
.poll-bar {
\r
9
border: solid 1px #ddd;
\r
10
height:6px;
\r
11
margin-bottom: 10px;
\r
12
}
\r
13
\r
14
.poll-bar-inner {
\r
15
background: orange;
\r
16
height: 6px;
\r
17
}
\r
18
\r
19
.poll-msg {
\r
20
font-weight: bold;
\r
21
}