Skip to content

Commit

Permalink
Make header more consistent with homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
timClicks committed Jun 20, 2013
1 parent f2a158e commit 4ee9eac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc-src/api.html
Expand Up @@ -7,7 +7,7 @@

<body>
<header>
<p><em><a href="/">Chicago Boss home</a></em></p>
<p id="link-home"><em><a href="/">Chicago Boss home</a></em></p>

<div style="text-align: center; font-style: italic;">
<p>The Chicago Boss API is mostly stable, but still might change before 1.0.</p>
Expand Down
7 changes: 5 additions & 2 deletions doc-src/boss.css
Expand Up @@ -124,8 +124,6 @@ div.subnav {
text-align: center;
font-size: 14px;
padding: 16px;
background-color: #4d4d4d;
border-bottom: 6px solid #aaa;
}

a:link, a:visited {
Expand Down Expand Up @@ -225,4 +223,9 @@ td.code {
}
.nobr {
white-space: pre;
}

#link-home {
margin-top: 0px;
padding: 10px;
}

0 comments on commit 4ee9eac

Please sign in to comment.