first import book

This commit is contained in:
Johann Dreo 2015-03-03 15:56:44 +01:00
commit dfd9c869d5
233 changed files with 47797 additions and 0 deletions

25
book/common/css/poll.css Normal file
View 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;
}