Skip to content

Commit

Permalink
add vertical space between <dt>s without sub-<dl>s
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed May 17, 2016
1 parent 3359b30 commit 18ec049
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,17 @@ section#content {
color: #337ab7;
}

#content dd {
margin-left: 17px;
}

#content dl dt {
margin-top: 17px;
}

#content dd dl dt {
margin-top: 0px;
}

/* Footer Section */

Expand Down

0 comments on commit 18ec049

Please sign in to comment.