Skip to content

Commit

Permalink
fix for css api
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Dec 10, 2015
1 parent 526d25f commit 353cd4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/jsdoc-template/static/styles/jaguar.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ li {
width: 250px;
height: 100%;
background-color: #1a1a1a;
position: fixed;
}
.navigation .applicationName {
margin: 0;
Expand Down Expand Up @@ -99,6 +100,9 @@ li {
display: none;
}
.main {
position: relative;
left: 250px;
width: calc(100% - 250px);
padding: 20px 20px;
}
.main .page-title {
Expand Down

0 comments on commit 353cd4c

Please sign in to comment.