projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76cf002
)
apply hyphens more carefully
author
Dan Allen
<dan@opendevise.com>
Wed, 17 Jul 2019 07:01:18 +0000
(
01:01
-0600)
committer
Dan Allen
<dan@opendevise.com>
Wed, 17 Jul 2019 07:01:18 +0000
(
01:01
-0600)
- apply to thead instead of entire table
- don't apply to AsciiDoc table cell
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
ab604dc
..
967a6f6
100644
(file)
--- a/
src/css/doc.css
+++ b/
src/css/doc.css
@@
-99,8
+99,8
@@
}
.doc p,
-.doc
.tableblock
,
-.doc .
content
{
+.doc
:not(td) > .content
,
+.doc .
tableblock thead
{
hyphens: auto;
}