Skip to content

Commit

Permalink
Tweaked documentation CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
mridgers committed Aug 30, 2015
1 parent 8db4555 commit 5d6c117
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/clink.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ h3 {
border-bottom: 1px black solid;
}

h3 { font-size: 1.21em; }
h4 { font-size: 1.14em; }
h5 { font-size: 1.07em; }
h6 { font-size: 1.00em; }

#header {
float: right;
text-align: right;
Expand Down Expand Up @@ -54,3 +59,11 @@ h3 {
#content tr:nth-child(even) {
background-color: #fff;
}

#content #api p {
margin-left: 2em;
}

#content #api h5 {
font-family: courier, monospace;
}

0 comments on commit 5d6c117

Please sign in to comment.