Reworked doclet to work with frames

Hash in url bar is page to load for frames
When you click a nav link, it sets the hash
If you go to nav link in new tab, and click home, it will load the same page, but in the frames
This commit is contained in:
Corey
2015-01-23 17:06:37 -05:00
parent bf38f37224
commit 03cc86e159
4 changed files with 52 additions and 20 deletions

View File

@@ -30,7 +30,6 @@ a:hover {
height: 100%;
top: 0px;
left: 0px;
position: fixed;
overflow: auto;
padding: 0px 0px 0px 10px;
opacity: 0.6;
@@ -54,9 +53,14 @@ a:hover {
text-indent: 10px;
}
.headbar {
padding: 5px 0px 5px 5px;
width: 100%;
border-bottom: 1px solid black
}
.content {
padding: 20px 0px 20px 20px;
margin-left: 250px;
}
.content code {