This file was deleted.

@@ -2,49 +2,109 @@ html {
overflow-y: scroll;
}
.wrap {
width: 500px;
width: 600px;
margin: 40px auto 180px;
}
h1, h2, h3 {
body {
font-size: 18px;
line-height: 1.4;
font-family: Georgia, Palatino, "Palatino Linotype", serif;
color: #111111;
}
a {
text-decoration: none;
color: #0069d6;
}
h1, h2, h3, h4, h5 {
font-family: Palatino, "Palatino Linotype", serif;

a {
color: #404040;
color: #111111;

&:hover {
color: #0069d6;
text-decoration: none;
}
}
}
h1 {
font-size: 48px;
line-height: 1;
}
h2 {
font-size: 18px;
font-size: 34px;
line-height: 1;
margin-top: 40px;
margin-bottom: 0;

code {
font-size: 34px;
border: none;
background: #fff4f4;
padding: 0px 5px;
}
}
h3 {
font-size: 16px;
font-size: 26px;
line-height: 1;
margin-top: 40px;
margin-bottom: 0;

code {
font-size: 24px;
border: none;
background: #fff4f4;
padding: 0px 5px;
}
}
h4 {
font-size: 14px;
font-size: 20px;
line-height: 1;
margin-top: 30px;
margin-bottom: 0;

code {
font-size: 18px;
border: none;
background: #fff4f4;
padding: 0px 5px;
}
}
h5 {
font-size: 12px;
}
i, em {
a {
font-style: italic;
font-size: 16px;
line-height: 1;
margin-top: 18px;
margin-bottom: 0;

code {
font-size: 14px/1;
border: none;
background: #fff4f4;
padding: 0px 5px;
}
}
pre {
line-height: 16px;
font-size: 15px;
line-height: 1.3;
white-space: pre;
overflow-x: auto;
border: 1px solid #fdd;
background: #fffafa;
padding: 10px 10px;
font-family: Menlo, Monaco, Consolas, monospace;
}
code {
font-size: 15px;
border: 1px solid #fdd;
background: #fffafa;
padding: 1px 4px;
font-family: Menlo, Monaco, Consolas, monospace;
}
ol, ul {
margin-bottom: 9px;

li {
color: #404040;
}
}
footer {
margin-top: 36px;
border-top: 1px solid #eee;
text-align: center;
}
body.index {
@@ -56,15 +116,14 @@ body.index {
margin-bottom: 40px;
}
}
h2 {
font-size: 28px/1;
}
ol.toc {
list-style-type: none;
margin-left: 0;

li {
font-size: 16px;
line-height: 1.25;

}
margin-left: 0px;
padding-left: 0px;
}
}
body.content {
@@ -77,16 +136,18 @@ body.content {
text-align: right;
font-size: 24px;
line-height: 1;
margin-top: 10px;
margin-top: 0px;
}
}
.toc {
ul {
list-style-type: none;
margin-left: 0px;
padding-left: 0px;

ul {
margin-left: 20px;
margin-bottom: 0;
}
}
}
@@ -1,6 +1,3 @@
<img style="border: 6px solid #ddd; height: 300px; float: right; padding: 1px; background: #aaa; margin-left: 20px;"
src="http://i.imgur.com/JFzdX.png" title="Documentation without the hair-tearing." alt="Comic"/>

You need to write documentation. `d` makes it easy:

* Put a bunch of Markdown files in a directory.
@@ -14,8 +11,5 @@ Make some Markdown files. Run `d`. Move on.

`d` is open source on [BitBucket][] and [GitHub][]. It's MIT/X11 licensed.

<span class="label important">Warning</span> `d` is still fairly new. It probably
won't eat your data, but I'm not making any promises just yet.

[BitBucket]: http://bitbucket.org/sjl/d
[GitHub]: http://github.com/sjl/d