Skip to content

Commit

Permalink
Improve docs, add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Jan 15, 2013
1 parent e2c3774 commit b7c13a9
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 47 deletions.
8 changes: 7 additions & 1 deletion docs/docco.css
Expand Up @@ -21,6 +21,12 @@ h1, h2, h3, h4, h5, h6 {
h1 {
margin-top: 40px;
}
hr {
border: 0 none;
border-top: 1px solid #e5e5ee;
height: 1px;
margin: 20px 0;
}
#container {
position: relative;
}
Expand Down Expand Up @@ -115,7 +121,7 @@ table td {
}
pre, tt, code {
font-size: 12px; line-height: 18px;
font-family: Monaco, Consolas, "Lucida Console", monospace;
font-family: Menlo, Monaco, Consolas, "Lucida Console", monospace;
margin: 0; padding: 0;
}

Expand Down

0 comments on commit b7c13a9

Please sign in to comment.