Skip to content

Commit

Permalink
Border between paragraphs under #api and usage is h3
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Sep 10, 2013
1 parent 786205c commit 996a48b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@
.value {
float: right;
}

#api p {
border-bottom: 1px solid lightgrey;
padding-bottom: 1em;
}
</style>
<link rel="stylesheet" href="ngProgress.css">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js"></script>
Expand Down Expand Up @@ -125,7 +130,7 @@ <h2>
<p><strong>Automatic:</strong> Install using bower:
<pre>bower install ngprogress</pre>
</p>
<h2>Usage</h2>
<h3>Usage</h3>
<p>
Include ngProgress.js ( or ngProgress.min.js) and ngProgress.css in your website.
<pre>
Expand Down

0 comments on commit 996a48b

Please sign in to comment.