Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-03-06 08:49:39 +0400
committerMark Otto <markotto@twitter.com>2012-03-06 08:49:39 +0400
commitac6eff280df58a96bfd429189d2dd2d6e5c38208 (patch)
tree005d5538939c21c53bb911f7108b444c6b79be10 /docs/assets/css/bootstrap.css
parent9c2b2c589da892bb15f276acc7d8f8707d4fc205 (diff)
parentefd5e29ff46444e11cc1decc77fa53ed22a6b496 (diff)
Merge branch 'charettes-small-button-dropdowns-caret' into 2.0.2-wip
Conflicts: less/dropdowns.less
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 6c38ef11f1..3e0cbf11bc 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1675,6 +1675,9 @@ table .span24 {
opacity: 1;
filter: alpha(opacity=100);
}
+.btn-small .caret {
+ margin-top: 6px;
+}
.dropdown-menu {
position: absolute;
top: 100%;
@@ -2232,9 +2235,6 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
opacity: 0.75;
filter: alpha(opacity=75);
}
-.btn-small .caret {
- margin-top: 4px;
-}
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 18px;