fix margins on descriptions
This commit is contained in:
parent
a8e5adb50d
commit
27f3395774
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#info h2, #info ul, #info ol, #info p, #info dl, #info details {
|
#info h2, #info ul, #info ol, #info p, #info dl, #info details {
|
||||||
margin: 0.35em;
|
margin: 0.35em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#info details > * {
|
#info details > * {
|
||||||
|
|
Loading…
Reference in a new issue