Updated documentation

This commit is contained in:
Henry
2014-12-10 12:39:58 +00:00
committed by Andrew Heather
parent 414f2d1d48
commit 49de6a3a4e
3 changed files with 179 additions and 166 deletions

View File

@ -63,6 +63,9 @@ tr.memlist
background-color: #F0F0F0;
}
.memSeparator {
display:none;
}
#searchli {
padding: 0px;
@ -92,3 +95,13 @@ tr.memlist
padding-left: 5px;
}
div.line,
span.comment,
span.keyword,
span.preprocessor,
span.keywordflow,
a.code
{
white-space: pre-wrap;
font-family: "Courier New", Courier, monospace, fixed;
}