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:
25de8a1
)
set border-collapse on table in CSS reset
author
Dan Allen
<dan@opendevise.com>
Thu, 10 Dec 2020 22:50:13 +0000
(15:50 -0700)
committer
Dan Allen
<dan@opendevise.com>
Thu, 10 Dec 2020 22:50:13 +0000
(15:50 -0700)
src/css/base.css
patch
|
blob
|
history
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/base.css
b/src/css/base.css
index
21361c4
..
7a9e1c3
100644
(file)
--- a/
src/css/base.css
+++ b/
src/css/base.css
@@
-62,6
+62,10
@@
strong strong { /* stylelint-disable-line */
font-weight: normal;
}
+table {
+ border-collapse: collapse;
+}
+
button {
cursor: pointer;
font-family: inherit;
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
4f0c09d
..
15ec988
100644
(file)
--- a/
src/css/doc.css
+++ b/
src/css/doc.css
@@
-182,7
+182,6
@@
}
.doc table.tableblock {
- border-collapse: collapse;
font-size: calc(15 / var(--rem-base) * 1rem);
margin: 2rem 0;
/* enable table-layout: fixed if you want the table width to be enforced strictly */
@@
-253,7
+252,6
@@
}
.doc .admonitionblock > table {
- border-collapse: collapse;
table-layout: fixed;
position: relative;
width: 100%;