Merge pull request #4366 from mitchellh/listfix

Listfix
This commit is contained in:
Matthew Hooker 2017-01-05 12:21:45 -08:00 committed by GitHub
commit 153da50464
2 changed files with 16 additions and 14 deletions

View File

@ -197,22 +197,24 @@ header .header {
}
}
ul, ol {
list-style-position: inside;
margin-top: $baseline;
margin-left: 20px;
margin-right: 20px;
ul, ol {
margin-top: $baseline;
margin-left: 20px;
margin-right: 20px;
li {
font-family: $serif;
font-size: 17px;
line-height: (30/17) !important;
margin-bottom: $baseline;
p {
display: inline;
li {
font-family: $serif;
font-size: 17px;
line-height: (30/17) !important;
margin-bottom: $baseline;
pre {
margin-left: -155px;
margin-right: -155px;
padding-left: 155px;
padding-right: 155px;
}
}
}
}
ul {
list-style-type: circle;

View File

@ -1,6 +1,6 @@
#sidebar-docs {
min-height: 100%;
max-width: 420px;
max-width: 320px;
$border: 1px solid $gray-dark;
font-size: 16px;
font-family: $mono;