summaryrefslogtreecommitdiff
path: root/doc/nasmdoc.css
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-05-02 13:09:49 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-05-02 13:09:49 -0700
commit4be9b5790deb4703dbe0a1f3b494d995dd881bd6 (patch)
treedadbf0d1a0c3b9da283383571aa3b34275fa03c3 /doc/nasmdoc.css
parent735883692d08724c8ba07859d4393ec989e262da (diff)
downloadnasm-4be9b5790deb4703dbe0a1f3b494d995dd881bd6.tar.gz
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>
Diffstat (limited to 'doc/nasmdoc.css')
-rw-r--r--doc/nasmdoc.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/nasmdoc.css b/doc/nasmdoc.css
index f989f37b..6ad9e913 100644
--- a/doc/nasmdoc.css
+++ b/doc/nasmdoc.css
@@ -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 {