Skip to content

Commit cff8431

Browse files
committed
skinny header in the documentation page
1 parent 64e76f4 commit cff8431

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

Diff for: css/documentation.css

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@
55

66
#header {
77
text-align: left;
8-
margin: 20px;
8+
margin: 20px 0;
9+
}
10+
11+
#header .left {
12+
float: left;
13+
margin-right: 20px;
14+
}
15+
16+
#header h1 {
17+
margin: 10px 0;
918
}
1019

1120
.documentation {
@@ -28,6 +37,7 @@
2837
border: 1px solid #ccc;
2938
background: #eee;
3039
padding: 5px;
40+
margin: 0 20px;
3141
}
3242

3343
.documentation code {

Diff for: documentation.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@
1616
<div id="wrapper">
1717

1818
<div id="header">
19-
<h1>Documentation</h1>
20-
<h2>Version 0.9.1</h2>
21-
<img src="images/amber.png"/>
19+
<img class="left" src="images/amber_small.png"/>
20+
<div class="left">
21+
<h1>Documentation</h1>
22+
<h2>Version 0.9.1</h2>
23+
</div>
24+
<div class="clear"></div>
2225
<ul id="tabs">
2326
<li><a href="./index.html">Overview</a></li> ·
2427
<li><a href="./learn.html">Learn</a></li> ·

Diff for: images/amber_small.png

10.5 KB
Loading

0 commit comments

Comments
 (0)