Commit 3f4076c6 authored by Mark Otto's avatar Mark Otto

consolidate border-radius on code

parent bfe51163
...@@ -605,7 +605,7 @@ pre { ...@@ -605,7 +605,7 @@ pre {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 12px; font-size: 12px;
color: #333333; color: #333333;
border-radius: 3px; border-radius: 4px;
} }
code { code {
...@@ -628,7 +628,6 @@ pre { ...@@ -628,7 +628,6 @@ pre {
background-color: #f5f5f5; background-color: #f5f5f5;
border: 1px solid #ccc; border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
} }
pre.prettyprint { pre.prettyprint {
......
...@@ -10,7 +10,7 @@ pre { ...@@ -10,7 +10,7 @@ pre {
#font > #family > .monospace; #font > #family > .monospace;
font-size: @baseFontSize - 2; font-size: @baseFontSize - 2;
color: @grayDark; color: @grayDark;
border-radius: 3px; border-radius: 4px;
} }
// Inline code // Inline code
...@@ -35,7 +35,6 @@ pre { ...@@ -35,7 +35,6 @@ pre {
background-color: #f5f5f5; background-color: #f5f5f5;
border: 1px solid #ccc; // IE8 fallback border: 1px solid #ccc; // IE8 fallback
border: 1px solid rgba(0,0,0,.15); border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
// Make prettyprint styles more spaced out for readability // Make prettyprint styles more spaced out for readability
&.prettyprint { &.prettyprint {
......
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