add square brackets around button reference; disable wrap
authorDan Allen <dan@opendevise.com>
Sat, 10 Feb 2018 09:29:18 +0000 (02:29 -0700)
committerDan Allen <dan@opendevise.com>
Sat, 10 Feb 2018 09:45:46 +0000 (02:45 -0700)
src/css/doc.css

index abf3e01..07011e8 100644 (file)
   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;