1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00

Changed to <kbd> (key/button) appearance.

This commit is contained in:
Markus Birth 2017-09-16 00:20:05 +02:00
parent 9164c91b17
commit 4982ebb200
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

View File

@ -92,6 +92,7 @@ $notetip: #9d9
background-image: url(../images/tip.png) background-image: url(../images/tip.png)
kbd kbd
display: inline-block
color: #333 color: #333
background-color: white background-color: white
text-align: center text-align: center
@ -102,13 +103,14 @@ kbd
-moz-border-radius: 4px -moz-border-radius: 4px
-webkit-border-radius: 4px -webkit-border-radius: 4px
border-radius: 4px border-radius: 4px
padding-left: 1px padding-left: 2px
padding-top: 0px padding-top: 2px
padding-right: 2px padding-right: 2px
padding-bottom: 0px padding-bottom: 2px
margin-left: 2px margin-left: 2px
margin-right: 2px margin-right: 2px
vertical-align: top vertical-align: middle
line-height: 1em
font-family: sans-serif font-family: sans-serif
#page_meta #page_meta