This commit is contained in:
jomo
2013-10-07 05:33:12 +02:00
parent 5fac505a31
commit 292e1ae4bb
4 changed files with 21 additions and 3 deletions

View File

@@ -231,6 +231,9 @@ and (min-width: 1000px)
max-width: 100% !important;
height: 200px;
padding: 5px 3px;
&.full-width {
width: 100%;
}
&.vertical {
resize: vertical;
}
@@ -396,4 +399,19 @@ and (min-width: 1000px)
font-weight: bold;
}
pre {
background: #ddd;
padding: 0.5em;
}
code {
background: #ddd;
}
pre code {
background: inherit;
padding: 0;
}
}