4,614
edits
span.param |
add span.cmd |
||
Line 47: | Line 47: | ||
border-radius: 3px; | border-radius: 3px; | ||
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); | box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); | ||
} | |||
span.cmd { | |||
box-sizing: border-box; | |||
font-weight: bold; | |||
color: #E74C3C; | |||
padding: 2px 5px; | |||
white-space: nowrap; | |||
max-width: 100%; | |||
background: #fff; | |||
border: solid 1px #e1e4e5; | |||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace; | |||
overflow-x: auto; | |||
line-height: 24px; | |||
margin: 0; | |||
margin-bottom: 24px; | |||
} | } | ||