From 4982ebb200a8e42f919456e14e57002b22f6a65d Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sat, 16 Sep 2017 00:20:05 +0200 Subject: [PATCH] Changed to (key/button) appearance. --- css/custom.sass | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/css/custom.sass b/css/custom.sass index 078b922..1f148ad 100644 --- a/css/custom.sass +++ b/css/custom.sass @@ -92,6 +92,7 @@ $notetip: #9d9 background-image: url(../images/tip.png) kbd + display: inline-block color: #333 background-color: white text-align: center @@ -102,13 +103,14 @@ kbd -moz-border-radius: 4px -webkit-border-radius: 4px border-radius: 4px - padding-left: 1px - padding-top: 0px + padding-left: 2px + padding-top: 2px padding-right: 2px - padding-bottom: 0px + padding-bottom: 2px margin-left: 2px margin-right: 2px - vertical-align: top + vertical-align: middle + line-height: 1em font-family: sans-serif #page_meta