first import book
This commit is contained in:
parent
6be2701fd8
commit
dfd9c869d5
233 changed files with 47797 additions and 0 deletions
25
book/common/css/poll.css
Normal file
25
book/common/css/poll.css
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/* Styles for Runestone poll directive */
|
||||
.poll .poll-question {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.poll-options > label {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.poll .progress {
|
||||
width: 350px;
|
||||
height: 25px;
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
.poll .progress .progress-bar {
|
||||
height: 30px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.poll-text {
|
||||
line-height: 22px;
|
||||
display: inline-block;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue