mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
website: fix bad li styling
This commit is contained in:
parent
7f410be198
commit
4574b7e012
2 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -100,5 +100,7 @@
|
|||
</div>
|
||||
<% end %>
|
||||
|
||||
<div class="bs-api-section">
|
||||
<%= yield %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
|
|
|||
Loading…
Reference in a new issue