aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-11 12:31:21 -0700
committerMark Otto <[email protected]>2013-09-11 12:31:21 -0700
commit37933a9e08e24e0683c3909aaabe79888e006ba6 (patch)
treedcd0cbb40240b1e0a5b856ce8755fbcd9a6b9f10 /less
parent5d1707a25c0ee68644a182196439a86be1beafbd (diff)
parentc62426daeb8e7709422ab2eeeb0cf2eb2fad4575 (diff)
downloadbootstrap-37933a9e08e24e0683c3909aaabe79888e006ba6.tar.xz
bootstrap-37933a9e08e24e0683c3909aaabe79888e006ba6.zip
Merge branch 'master' of github.com:twbs/bootstrap
Conflicts: dist/css/bootstrap.min.css
Diffstat (limited to 'less')
-rw-r--r--less/bootstrap.less10
-rw-r--r--less/carousel.less2
-rw-r--r--less/code.less4
-rw-r--r--less/forms.less2
-rw-r--r--less/type.less1
5 files changed, 5 insertions, 14 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less
index 1344b462f..b368b8710 100644
--- a/less/bootstrap.less
+++ b/less/bootstrap.less
@@ -1,13 +1,3 @@
-/*!
- * Bootstrap v3.0.0
- *
- * Copyright 2013 Twitter, Inc
- * Licensed under the Apache License v2.0
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Designed and built with all the love in the world by @mdo and @fat.
- */
-
// Core variables and mixins
@import "variables.less";
@import "mixins.less";
diff --git a/less/carousel.less b/less/carousel.less
index 9fff41e73..c66745c0b 100644
--- a/less/carousel.less
+++ b/less/carousel.less
@@ -195,7 +195,7 @@
// Scale up the controls a smidge
.carousel-control {
.glyphicons-chevron-left,
- .glyphicons-chevron-right
+ .glyphicons-chevron-right,
.icon-prev,
.icon-next {
width: 30px;
diff --git a/less/code.less b/less/code.less
index f1cc4f570..88bcde552 100644
--- a/less/code.less
+++ b/less/code.less
@@ -5,7 +5,9 @@
// Inline and block code styles
code,
-pre {
+kdb,
+pre,
+samp {
font-family: @font-family-monospace;
}
diff --git a/less/forms.less b/less/forms.less
index 32391942b..cb9d30a37 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -355,7 +355,7 @@ input[type="checkbox"],
}
// Only right align form labels here when the columns stop stacking
- @media (min-width: @screen-sm) {
+ @media (min-width: @screen-sm-min) {
.control-label {
text-align: right;
}
diff --git a/less/type.less b/less/type.less
index 2f154516c..9a6656b63 100644
--- a/less/type.less
+++ b/less/type.less
@@ -264,7 +264,6 @@ blockquote:after {
// Addresses
address {
- display: block;
margin-bottom: @line-height-computed;
font-style: normal;
line-height: @line-height-base;