nodegame-openshift
Version:
Prepares a nodeGame instance to run on the openshift cloud.
42 lines (33 loc) • 524 B
CSS
ul, ol {
margin: 30px 0 30px 10px;
}
li {
margin-bottom: 20px;
}
div#container_quiz {
margin: 0 auto;
width: 800px;
border: 0;
background: #fff;
}
div#quiz {
margin: 0 auto;
width: 600px;
text-align: left;
padding: 10px;
background: #CCC;
}
.quiz_result {
font-weight: bold;
}
div#quiz .choicemanager {
margin: 0 auto;
}
table#howMuch td {
width: 200px;
}
table#reject td, table#disconnect td {
text-align: left;
width: 599px;
padding: 5px 10px;
}