adding some strings
[moodle-linuxchix.git] / question / format / xhtml / xhtml.css
blob4eb3b28d69d143353e3d2c11cae3106b4abee9c0
1 <style>
2 body {
3 font-family: Verdana, Helvetica, Sans-Serif;
4 background-color: #fff;
5 color: #000;
8 .question {
9 border: 1px solid #ddd;
10 margin: 5px;
11 padding: 3px;
14 .question h3 {
15 font-weight: normal;
16 font-size: 125%;
19 .question ul {
20 list-style-type: none;
23 </style>