Skip to content

Commit 9b32006

Browse files
author
James Kolce
committed
Code elements clean up
Also fixes: #225
1 parent 4bc6a51 commit 9b32006

File tree

3 files changed

+6
-45
lines changed

3 files changed

+6
-45
lines changed

dist/concise.css

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ pre,
280280
kbd,
281281
samp {
282282
font-family: "Consolas", monospace;
283-
font-size: 0.83333rem; }
283+
font-size: 0.83333rem;
284+
background-color: #f5f5f5; }
284285
@media (min-width: 480px) {
285286
code,
286287
pre,
@@ -293,34 +294,14 @@ pre {
293294

294295
code {
295296
vertical-align: middle;
296-
white-space: nowrap; }
297-
298-
code,
299-
pre {
300-
background-color: #f5f5f5;
301-
border: 1px solid #e0e0e0;
302-
border-radius: 3px;
303-
color: #484848; }
304-
305-
code {
306297
padding: 2px 3px; }
307298

308-
pre code {
309-
background-color: transparent;
310-
border: none;
311-
padding: 0;
312-
vertical-align: inherit;
313-
white-space: pre;
314-
font-size: inherit; }
315-
316299
kbd {
317300
background-color: transparent;
318301
border: 1px solid #e0e0e0;
319-
border-radius: 3px;
320302
box-shadow: 0 2px 0 -1px white, 0 2px 0 gainsboro;
321303
display: inline-block;
322-
padding: 0 6px 0;
323-
white-space: nowrap; }
304+
padding: 0 6px 0; }
324305

325306
samp {
326307
vertical-align: bottom; }

0 commit comments

Comments
 (0)