Compare commits
3 commits
b49a4a5d9c
...
4ac3d4c5b5
Author | SHA1 | Date | |
---|---|---|---|
4ac3d4c5b5 | |||
529ac7d50b | |||
c9d7f5e81b |
1 changed files with 10 additions and 38 deletions
|
@ -694,17 +694,14 @@ mark {
|
||||||
background-color: #ffc336
|
background-color: #ffc336
|
||||||
}
|
}
|
||||||
|
|
||||||
code,
|
code {
|
||||||
tt {
|
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 0.333em;
|
margin: 0 0.333em;
|
||||||
padding: 0.333em 0.666em;
|
padding: 0.222em 0.666em;
|
||||||
font-family: 'Fira Mono', monospace, sans-serif;
|
font-family: 'Fira Mono', monospace, sans-serif;
|
||||||
font-size: 0.75em;
|
font-size: 0.80em;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
background: #faf9f7;
|
background: #faf9f7;
|
||||||
border: 1px solid #e5e4e1;
|
|
||||||
top: -2px
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
@ -714,13 +711,17 @@ pre {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-family: Fira Mono, monospace, sans-serif;
|
font-family: Fira Mono, monospace, sans-serif;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
background: #faf9f7;
|
|
||||||
border: 1px solid #e5e4e1;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-size: .80em;
|
|
||||||
width:110%;
|
width:110%;
|
||||||
margin-left: -5%
|
margin-left: -5%
|
||||||
|
}
|
||||||
|
|
||||||
|
pre code {
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
background:transparent;
|
||||||
|
overflow: scroll;
|
||||||
|
border:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre .lines {
|
pre .lines {
|
||||||
|
@ -744,35 +745,6 @@ pre .lines .line {
|
||||||
color: #45484d
|
color: #45484d
|
||||||
}
|
}
|
||||||
|
|
||||||
pre code,
|
|
||||||
pre tt {
|
|
||||||
position: static;
|
|
||||||
top: auto;
|
|
||||||
margin: -1.333em -1.333em -1.333em 1.333em;
|
|
||||||
padding: 1.333em;
|
|
||||||
overflow: scroll;
|
|
||||||
font-size: 0.75em;
|
|
||||||
line-height: 2em;
|
|
||||||
white-space: pre;
|
|
||||||
background: transparent;
|
|
||||||
border: none;
|
|
||||||
vertical-align: inherit
|
|
||||||
}
|
|
||||||
|
|
||||||
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 {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue