only one gloss per line in examples
This commit is contained in:
parent
5ced0cc6ad
commit
cdf9a007b4
1 changed files with 4 additions and 2 deletions
|
@ -230,9 +230,11 @@ main nav {
|
||||||
figure:not(.left) {
|
figure:not(.left) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
figure table {
|
figure:not(.left) table {
|
||||||
display: inline-table;
|
display: inline-table;
|
||||||
margin: 0.5em 0.5em;
|
}
|
||||||
|
figure table {
|
||||||
|
margin: 1em 0.5em;
|
||||||
}
|
}
|
||||||
.gloss {
|
.gloss {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in a new issue