Commit 5d1707a2 authored by Mark Otto's avatar Mark Otto

Remove old and unused .prettyprint styles in code.less (per #10566)

parent 022e4040
......@@ -737,10 +737,6 @@ pre {
border-radius: 4px;
}
pre.prettyprint {
margin-bottom: 20px;
}
pre code {
padding: 0;
font-size: inherit;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -33,11 +33,6 @@ pre {
border: 1px solid @pre-border-color;
border-radius: @border-radius-base;
// Make prettyprint styles more spaced out for readability
&.prettyprint {
margin-bottom: @line-height-computed;
}
// Account for some code outputs that place code tags in pre tags
code {
padding: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment