Remove old tt and kbd css rules

This commit is contained in:
Yorick Barbanneau 2020-03-07 00:22:25 +01:00
parent c9d7f5e81b
commit 529ac7d50b

View file

@ -720,7 +720,7 @@ pre {
margin-left: -5%
}
pre code, pre tt {
pre code {
margin:0;
padding:0;
background:transparent;
@ -749,20 +749,6 @@ pre .lines .line {
color: #45484d
}
kbd {
display: inline-block;
margin-bottom: 0.5em;
padding: 1px 8px;
border: #e5e4e1 1px solid;
color: #45484d;
text-shadow: #fff 0 1px 0;
font-size: 0.9em;
font-weight: bold;
background: #faf9f7;
border-radius: 4px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset
}
table {
width: 100%;
max-width: 100%;