font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 12px;
color: #333333;
- border-radius: 3px;
+ border-radius: 4px;
}
code {
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 4px;
}
pre.prettyprint {
#font > #family > .monospace;
font-size: @baseFontSize - 2;
color: @grayDark;
- border-radius: 3px;
+ border-radius: 4px;
}
// Inline code
background-color: #f5f5f5;
border: 1px solid #ccc; // IE8 fallback
border: 1px solid rgba(0,0,0,.15);
- border-radius: 4px;
// Make prettyprint styles more spaced out for readability
&.prettyprint {
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
-}
\ No newline at end of file
+}