aboutsummaryrefslogtreecommitdiff
path: root/less/code.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2013-07-23 23:51:18 -0700
committerJacob Thornton <[email protected]>2013-07-23 23:51:18 -0700
commit930c75e5dd0f2ae861a505bda740f289570c9b8a (patch)
treee55142ec3e404eec83325478691d0626e61b19ef /less/code.less
parent217eb988b8b328369e197e616b3a7adf7b38292c (diff)
parent8540515eebf8b17286cb27f6d1804352dada875d (diff)
downloadbootstrap-930c75e5dd0f2ae861a505bda740f289570c9b8a.tar.xz
bootstrap-930c75e5dd0f2ae861a505bda740f289570c9b8a.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'less/code.less')
-rw-r--r--less/code.less9
1 files changed, 4 insertions, 5 deletions
diff --git a/less/code.less b/less/code.less
index 8dd34670a..cd6132560 100644
--- a/less/code.less
+++ b/less/code.less
@@ -13,8 +13,8 @@ pre {
code {
padding: 2px 4px;
font-size: 90%;
- color: #c7254e;
- background-color: #f9f2f4;
+ color: @code-color;
+ background-color: @code-bg;
white-space: nowrap;
border-radius: 4px;
}
@@ -29,9 +29,8 @@ pre {
word-break: break-all;
word-wrap: break-word;
color: @gray-dark;
- background-color: #f5f5f5;
- border: 1px solid #ccc; // IE8 fallback
- border: 1px solid rgba(0,0,0,.15);
+ background-color: @pre-bg;
+ border: 1px solid @pre-border-color;
border-radius: @border-radius-base;
// Make prettyprint styles more spaced out for readability