version 1.2.3 of the documentation

This commit is contained in:
Jeremy Long
2014-06-28 06:33:21 -04:00
parent f79d7926fb
commit 15b03aed0c
1073 changed files with 27334 additions and 7440 deletions

View File

@@ -0,0 +1,22 @@
dl {
float: left;
width: 100%;
}
dt {
border-top: 1px solid #808080;
float: left;
font-weight: bold;
margin: 0;
padding: 1em;
width: 20%;
}
dd {
border-top: 1px solid #808080;
float: left;
font-style: italic;
margin: 0;
padding: 1em;
width: 60%;
}