Remove old tt and kbd css rules
This commit is contained in:
parent
c9d7f5e81b
commit
529ac7d50b
1 changed files with 1 additions and 15 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue