]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
consolidate border-radius on code
authorMark Otto <markotto@twitter.com>
Mon, 1 Oct 2012 06:49:26 +0000 (23:49 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 1 Oct 2012 06:49:26 +0000 (23:49 -0700)
docs/assets/css/bootstrap.css
less/code.less

index 353370d87628dff1c621c2932049df47c351ab0b..742a27ebe9ce09be1281f908d0d1b9a991f8943a 100644 (file)
@@ -605,7 +605,7 @@ pre {
   font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
   font-size: 12px;
   color: #333333;
-  border-radius: 3px;
+  border-radius: 4px;
 }
 
 code {
@@ -628,7 +628,6 @@ pre {
   background-color: #f5f5f5;
   border: 1px solid #ccc;
   border: 1px solid rgba(0, 0, 0, 0.15);
-  border-radius: 4px;
 }
 
 pre.prettyprint {
index b38601f56794824f8533c3d5dfd7e4b6ce630d86..b26389b3ecfa3810c548e4625b81fcf08718edb8 100644 (file)
@@ -10,7 +10,7 @@ pre {
   #font > #family > .monospace;
   font-size: @baseFontSize - 2;
   color: @grayDark;
-  border-radius: 3px;
+  border-radius: 4px;
 }
 
 // Inline code
@@ -35,7 +35,6 @@ pre {
   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 {
@@ -55,4 +54,4 @@ pre {
 .pre-scrollable {
   max-height: 340px;
   overflow-y: scroll;
-}
\ No newline at end of file
+}