Skip to content

Commit

Permalink
skinny header in the documentation page
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasPetton committed Jan 12, 2012
1 parent 64e76f4 commit cff8431
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
12 changes: 11 additions & 1 deletion css/documentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@

#header {
text-align: left;
margin: 20px;
margin: 20px 0;
}

#header .left {
float: left;
margin-right: 20px;
}

#header h1 {
margin: 10px 0;
}

.documentation {
Expand All @@ -28,6 +37,7 @@
border: 1px solid #ccc;
background: #eee;
padding: 5px;
margin: 0 20px;
}

.documentation code {
Expand Down
9 changes: 6 additions & 3 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@
<div id="wrapper">

<div id="header">
<h1>Documentation</h1>
<h2>Version 0.9.1</h2>
<img src="images/amber.png"/>
<img class="left" src="images/amber_small.png"/>
<div class="left">
<h1>Documentation</h1>
<h2>Version 0.9.1</h2>
</div>
<div class="clear"></div>
<ul id="tabs">
<li><a href="./index.html">Overview</a></li> ·
<li><a href="./learn.html">Learn</a></li> ·
Expand Down
Binary file added images/amber_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cff8431

Please sign in to comment.