mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
nasmdoc.css: add more space between columns and a column separator
The columns were rather crammed together; add more space around them and add a column separator bar. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
735883692d
commit
4be9b5790d
@ -61,6 +61,16 @@ ul.index {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
@media only screen {
|
||||
div.contents {
|
||||
-webkit-column-gap: 4em;
|
||||
-webkit-column-rule: 1px dotted black;
|
||||
-moz-column-gap: 4em;
|
||||
-moz-column-rule: 1px dotted black;
|
||||
column-gap: 4em;
|
||||
column-rule: 1px dotted black;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 90em) {
|
||||
/* For a very wide screen, go to a columnar layout */
|
||||
div.contents {
|
||||
|
Loading…
Reference in New Issue
Block a user