Example/suggested CSS for the xhtml export format.

This commit is contained in:
thepurpleblob
2005-04-20 15:10:05 +00:00
parent 3bc40d1854
commit 974a8e8f83
+24
View File
@@ -0,0 +1,24 @@
<style>
body {
font-family: Verdana, Helvetica, Sans-Serif;
background-color: #fff;
color: #000;
}
.question {
border: 1px solid #ddd;
margin: 5px;
padding: 3px;
}
.question h3 {
font-weight: normal;
font-size: 125%;
}
.question ul {
list-style-type: none;
}
</style>