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:
2b1c4b9
)
add square brackets around button reference; disable wrap
author
Dan Allen
<dan@opendevise.com>
Sat, 10 Feb 2018 09:29:18 +0000
(
02:29
-0700)
committer
Dan Allen
<dan@opendevise.com>
Sat, 10 Feb 2018 09:45:46 +0000
(
02:45
-0700)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
abf3e01
..
07011e8
100644
(file)
--- a/
src/css/doc.css
+++ b/
src/css/doc.css
@@
-499,6
+499,20
@@
line-height: 1;
}
+b.button {
+ white-space: nowrap;
+}
+
+b.button::before {
+ content: "[";
+ padding-right: 0.25em;
+}
+
+b.button::after {
+ content: "]";
+ padding-left: 0.25em;
+}
+
kbd {
display: inline-block;
font-size: 0.7rem;