1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 21:33:18 +00:00

article and style updates for self-host

This commit is contained in:
Kyle Spearrin
2017-10-26 11:06:51 -04:00
parent 4b94452333
commit 8d2d9cd0fd
2 changed files with 26 additions and 10 deletions

View File

@@ -235,7 +235,7 @@ footer {
margin-bottom: 0;
}
ul {
ul, ol {
li + li,
ul li:first-child,
ol li:first-child {
@@ -317,6 +317,18 @@ footer {
text-align: right;
border-right: 1px solid $table-border-color;
}
& + li {
margin-top: 0;
}
}
ol, ul {
margin-bottom: 12.5px;
ol, ul {
margin-bottom: 0;
}
}
}