Documentation layout changes.

This commit is contained in:
Mike Pall
2012-10-14 00:47:26 +02:00
parent b50375a11c
commit a0ee70de6d
5 changed files with 17 additions and 18 deletions

View File

@@ -166,6 +166,19 @@ pre.code {
border: 1px solid #bfcfff;
background: #f0f4ff;
}
pre.mark {
padding-left: 2em;
}
span.codemark {
position:absolute;
left: 16em;
color: #4040c0;
}
span.mark {
color: #4040c0;
font-family: Courier New, Courier, monospace;
line-height: 1.1;
}
img {
border: none;
vertical-align: baseline;