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:
c0f3fd0
)
make the stretch role generic
author
Dan Allen
<dan@opendevise.com>
Sat, 12 Dec 2020 09:43:25 +0000
(
02:43
-0700)
committer
Dan Allen
<dan@opendevise.com>
Sat, 12 Dec 2020 09:43:25 +0000
(
02:43
-0700)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
4cec1d5
..
fbcc915
100644
(file)
--- a/
src/css/doc.css
+++ b/
src/css/doc.css
@@
-165,6
+165,10
@@
float: left;
}
+.doc .stretch {
+ width: 100%;
+}
+
.doc .underline {
text-decoration: underline;
}
@@
-199,10
+203,6
@@
/* table-layout: fixed; */
}
-.doc table.stretch {
- width: 100%;
-}
-
.doc table.tableblock thead th {
border-bottom: 2.5px solid var(--table-border-color);
padding: 0.5rem;