Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Brad review
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Apr 6, 2012
1 parent 7d27bb5 commit a9520da
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 285 deletions.
33 changes: 28 additions & 5 deletions css/docs.css
Expand Up @@ -25,13 +25,36 @@ code.nocode {
border: 1px solid #e1e1e8;
}

.row h1,
.row h2,
.row h3,
.row h4 {
.example {
margin-top: 1em;
}

.container h1,
.container h2,
.container h3,
.container h4 {
margin-bottom: .5em;
}

.switchboard h3{
.container h1 {
margin-top: 3.5em;
}

.container h2 {
margin-top: 1em;
}

.container h3 {
margin-top: .5em;
}


.switchboard h1,
.well h1 {
margin-top: 1.5em;
}

.switchboard h3 {
margin: 0;
}

0 comments on commit a9520da

Please sign in to comment.