projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6495f5
)
move override for p in table to tableblock section
author
Dan Allen
<dan@opendevise.com>
Sat, 12 Dec 2020 09:44:54 +0000
(
02:44
-0700)
committer
Dan Allen
<dan@opendevise.com>
Sat, 12 Dec 2020 09:44:54 +0000
(
02:44
-0700)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
fbcc915
..
e3c80b9
100644
(file)
--- a/
src/css/doc.css
+++ b/
src/css/doc.css
@@
-104,10
+104,6
@@
margin: 0;
}
-.doc .tableblock p {
- font-size: inherit;
-}
-
.doc a {
color: var(--link-font-color);
}
@@
-219,6
+215,10
@@
margin-top: 0;
}
+.doc .tableblock p {
+ font-size: inherit;
+}
+
.doc .halign-left {
text-align: left;
}