From 3f4076c635aae1d813694bb7f5cf9abb5a48a44b Mon Sep 17 00:00:00 2001
From: Mark Otto <markotto@twitter.com>
Date: Sun, 30 Sep 2012 23:49:26 -0700
Subject: [PATCH] consolidate border-radius on code

---
 docs/assets/css/bootstrap.css | 3 +--
 less/code.less                | 5 ++---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 353370d876..742a27ebe9 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -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 {
diff --git a/less/code.less b/less/code.less
index b38601f567..b26389b3ec 100644
--- a/less/code.less
+++ b/less/code.less
@@ -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
+}
-- 
GitLab