X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fmkws-doc.css;h=31cb2cfeef3862f97267f54c6717e2eb4e3b3534;hb=22c49596b24a5e05c9940e17546b7e2b67eb1fc7;hp=7c055f95dee482dc90f0ad9757400bf831283acb;hpb=d8748a0afe2f674734f5d2a1995b6059a613dd7c;p=mkws-moved-to-github.git diff --git a/doc/mkws-doc.css b/doc/mkws-doc.css index 7c055f9..31cb2cf 100644 --- a/doc/mkws-doc.css +++ b/doc/mkws-doc.css @@ -15,11 +15,11 @@ div#header h3 { font-size: 100% } background-position: right top; background-color: #eee; } -.pane:nth-child(3) { +// Somehow, "-n+3" is how you say "first three panes" +.pane:nth-child(-n+3) { background-image: none; } .pane h1 a, .pane h2 a, .pane h3 a { text-decoration: none; color: black } -.nologo { background-image: none } pre { background: #ddd; padding: 0.5em; } img:first-of-type { float: right; margin: 1.5em } body > p:last-of-type {