projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d35451
)
Omit gears at top right of first three panes.
author
Mike Taylor
<mike@indexdata.com>
Thu, 16 Oct 2014 14:42:23 +0000
(15:42 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 16 Oct 2014 14:42:23 +0000
(15:42 +0100)
doc/mkws-doc.css
patch
|
blob
|
history
diff --git
a/doc/mkws-doc.css
b/doc/mkws-doc.css
index
9d049f7
..
31cb2cf
100644
(file)
--- a/
doc/mkws-doc.css
+++ b/
doc/mkws-doc.css
@@
-15,7
+15,8
@@
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 }