Better docs layout.

This commit is contained in:
kangax 2011-12-08 09:43:13 -05:00
parent d72fceb14b
commit ebab02dc02
2 changed files with 15 additions and 10 deletions

View file

@ -1,6 +1,6 @@
<div align="center">{+new Link().toFile("index.html").withText("Class Index")+}
| {+new Link().toFile("files.html").withText("File Index")+}</div>
<hr />
<hr>
<h2>Classes</h2>
<ul class="classList">
<for each="thisClass" in="data">
@ -13,5 +13,4 @@
}
!}</li>
</for>
</ul>
<hr />
</ul>

View file

@ -36,7 +36,7 @@ pre.code
#index {
margin-top: 24px;
float: left;
width: 180px;
width: 190px;
position: absolute;
left: 8px;
background-color: #F3F3F3;
@ -44,8 +44,8 @@ pre.code
}
#content {
margin-left: 210px;
width: 700px;
margin-left: 220px;
width: 770px;
}
.classList {
@ -58,7 +58,7 @@ pre.code
}
.classList li {
padding: 0;
paddinging: 0;
margin: 0 0 8px 0;
}
@ -85,13 +85,13 @@ div.sectionTitle { margin-bottom: 8px; }
.summaryTable td {
vertical-align: top;
padding: 4px;
border-bottom: 1px #7F8FB1 solid;
border-right: 1px #7F8FB1 solid;
border-bottom: 1px #C0C8D8 solid;
border-right: 1px #C0C8D8 solid;
}
/*col#summaryAttributes {}*/
.summaryTable td.attributes {
border-left: 1px #7F8FB1 solid;
border-left: 1px #C0C8D8 solid;
width: 140px;
text-align: right;
}
@ -143,4 +143,10 @@ ul.inheritsList {
.fineprint {
text-align: right;
font-size: 10px;
}
.inheritsList dd {
margin-left: 0;
margin-top: 3px;
margin-bottom: 8px;
}