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:
ab6ba1c
)
Get rid of the p:last-of-type rule. It's too unpredictable.
author
Mike Taylor
<mike@indexdata.com>
Mon, 11 Aug 2014 11:45:31 +0000
(12:45 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 11 Aug 2014 11:45:31 +0000
(12:45 +0100)
doc/mkws-doc.css
patch
|
blob
|
history
diff --git
a/doc/mkws-doc.css
b/doc/mkws-doc.css
index
603999a
..
0eb4a34
100644
(file)
--- a/
doc/mkws-doc.css
+++ b/
doc/mkws-doc.css
@@
-69,13
+69,3
@@
table tr:nth-child(odd) {
table tr:nth-child(even) {
background: #bfdcf8;
}
-
-/*
- * Works with the HTML emitted by pandoc. It would better if pandoc
- * were to emit class names that we can use. But it doesn't.
- */
-body > p:last-of-type {
- font-size: small;
- max-width: none;
- text-align: right;
-}