Browse Source

docs: further refine index layout

test
Amio 6 years ago
parent
commit
dbf4f4d839
  1. 5
      libs/serve-index.js

5
libs/serve-index.js

@ -25,8 +25,9 @@ module.exports = serveMarked('libs/index.md', {
dt a:hover:before { left: -1.2em; font: 20px/20px Arial; vertical-align: middle; color: #CCC } dt a:hover:before { left: -1.2em; font: 20px/20px Arial; vertical-align: middle; color: #CCC }
dd { font: 14px/20px monospace; vertical-align: top; height: 28px; white-space: nowrap; margin: 0 } dd { font: 14px/20px monospace; vertical-align: top; height: 28px; white-space: nowrap; margin: 0 }
dd img { vertical-align: top } dd img { vertical-align: top }
dd b { display: inline-block; min-width: 16em; text-align: right; font-weight: 300; font-family: sans-serif; color: #999 } dd b { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif }
dd i { display: inline-block; min-width: 13em } dd b { display: inline-block; min-width: 15em; text-align: right; font-weight: 300; color: #999 }
dd i { display: inline-block; min-width: 13.5em }
`, `,
beforeHeadEnd: `<link rel="icon" type="image/svg+xml" href="/favicon.svg">`, beforeHeadEnd: `<link rel="icon" type="image/svg+xml" href="/favicon.svg">`,
trackingGA: 'UA-4646421-14' trackingGA: 'UA-4646421-14'

Loading…
Cancel
Save