Improve display of pre in markdown content

This commit is contained in:
Samy Pessé
2014-04-25 17:48:31 +02:00
parent 83d8c16853
commit c0521f0ec7
2 changed files with 3 additions and 16 deletions
File diff suppressed because one or more lines are too long
+2 -15
View File
@@ -5,7 +5,7 @@
color:@page-color-2;
}
.book .book-body .page-wrapper .page-inner section.normal {
padding: 25px;
padding: 25px 0px;
padding-top: 15px;
color:@page-color;
@@ -278,27 +278,14 @@
background: transparent;
}
.highlight pre {
color: hsl(204, 40%, 80%);
background-color: hsl(204, 30%, 10%);
border: 1px solid hsl(204, 30%, 10%);
font-size: 16px;
line-height: 1.5em;
overflow: auto;
padding: 20px;
margin: 0 -20px;
border-radius: 3px;
}
pre {
color: hsl(204, 40%, 80%);
background-color: hsl(204, 30%, 10%);
border: 1px solid hsl(204, 30%, 10%);
font-size: 16px;
font-size: inherit;
line-height: 1.5em;
overflow: auto;
padding: 20px;
margin: 0 -20px;
border-radius: 3px;
}