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:
286f1c0
)
move relative positioning on admonition block to child table
author
Dan Allen
<dan@opendevise.com>
Tue, 3 Apr 2018 07:46:14 +0000
(
01:46
-0600)
committer
Dan Allen
<dan@opendevise.com>
Tue, 3 Apr 2018 07:46:14 +0000
(
01:46
-0600)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
4ce62e7
..
599cb56
100644
(file)
--- a/
src/css/doc.css
+++ b/
src/css/doc.css
@@
-145,7
+145,6
@@
.doc .admonitionblock {
margin: 1.4rem 0 0;
- position: relative;
}
.doc .admonitionblock p,
@@
-161,9
+160,10
@@
font-size: 0.85rem;
}
-.doc .admonitionblock table {
+.doc .admonitionblock
>
table {
border-collapse: collapse;
table-layout: fixed;
+ position: relative;
width: 100%;
}