website: fix bad li styling

This commit is contained in:
Mitchell Hashimoto 2015-04-19 23:01:52 -07:00
parent 7f410be198
commit 4574b7e012
2 changed files with 5 additions and 0 deletions

View file

@ -2,6 +2,7 @@
// API
// --------------------------------------------------
.bs-api-section{
dl {
margin-top: 30px;
line-height: 20px;
@ -35,6 +36,7 @@ dl {
padding-bottom: 20px;
font-size: 15px;
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
span.param {
font-weight: bold;
@ -48,3 +50,4 @@ dl {
}
}
}
}

View file

@ -100,5 +100,7 @@
</div>
<% end %>
<div class="bs-api-section">
<%= yield %>
</div>
<% end %>