Fix some spacing
This commit is contained in:
parent
0cb06c8d98
commit
8f2dede80d
2 changed files with 14 additions and 5 deletions
|
|
@ -9,8 +9,10 @@ body {
|
|||
}
|
||||
|
||||
details,
|
||||
ol,
|
||||
p,
|
||||
table,
|
||||
p {
|
||||
ul {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
|
|
@ -56,8 +58,9 @@ details[open]>summary {
|
|||
list-style-type: "v ";
|
||||
}
|
||||
|
||||
details[open]>:last-child {
|
||||
margin-bottom: 0;
|
||||
ul,
|
||||
ol {
|
||||
list-style-type: "- ";
|
||||
}
|
||||
|
||||
dl {
|
||||
|
|
@ -148,6 +151,12 @@ nav a:hover {
|
|||
color: #a33;
|
||||
}
|
||||
|
||||
/* Refs */
|
||||
|
||||
.refs-list dl {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Queue */
|
||||
|
||||
.queue-commits form {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue