aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2013-08-07 23:10:11 -0700
committerJacob Thornton <[email protected]>2013-08-07 23:10:11 -0700
commit89b69ed77035eeb9c0034534d75fdb2062f10d47 (patch)
tree99b1f65ee730de94e64b4992e5131f0432743b1e /dist/css/bootstrap.css
parentb35b65d0b3689f7999be998411e632046548af6e (diff)
parentf3104a3e3b04c2817094ef8ebd351833a4ade420 (diff)
downloadbootstrap-89b69ed77035eeb9c0034534d75fdb2062f10d47.tar.xz
bootstrap-89b69ed77035eeb9c0034534d75fdb2062f10d47.zip
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Conflicts: _layouts/customize.html
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css83
1 files changed, 59 insertions, 24 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index fb446da47..b505bcfb3 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -356,6 +356,17 @@ hr {
border-top: 1px solid #eeeeee;
}
+.sr-only {
+ position: absolute;
+ width: 1px;
+ height: 1px;
+ padding: 0;
+ margin: -1px;
+ overflow: hidden;
+ clip: rect(0 0 0 0);
+ border: 0;
+}
+
p {
margin: 0 0 10px;
}
@@ -757,7 +768,7 @@ pre code {
}
@media (min-width: 768px) {
- .row {
+ .container .row {
margin-right: -15px;
margin-left: -15px;
}
@@ -873,7 +884,7 @@ pre code {
width: 100%;
}
-@media (min-width: 768px) {
+@media (min-width: 768px) and (max-width: 991px) {
.container {
max-width: 728px;
}
@@ -1691,7 +1702,7 @@ textarea.input-sm {
}
@media (min-width: 768px) {
- .form-horizontal .form-group {
+ .container .form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
@@ -2345,6 +2356,10 @@ input[type="button"].btn-block {
margin-right: -15px;
}
+.list-group-item > .badge + .badge {
+ margin-right: 0;
+}
+
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
@@ -2807,7 +2822,6 @@ button.close {
}
.navbar-nav {
- margin-top: 10px;
margin-bottom: 15px;
}
@@ -2865,6 +2879,35 @@ button.close {
margin-bottom: 0;
}
+.nav-collapse {
+ padding-bottom: 15px;
+}
+
+.nav-collapse:before,
+.nav-collapse:after {
+ display: table;
+ content: " ";
+}
+
+.nav-collapse:after {
+ clear: both;
+}
+
+.nav-collapse:before,
+.nav-collapse:after {
+ display: table;
+ content: " ";
+}
+
+.nav-collapse:after {
+ clear: both;
+}
+
+.navbar-toggle + .nav-collapse {
+ width: 100%;
+ margin-top: 50px;
+}
+
@media (max-width: 768px) {
.nav-collapse-scrollable {
max-height: 360px;
@@ -3099,6 +3142,7 @@ button.close {
.nav-collapse.collapse {
display: block !important;
height: auto !important;
+ padding-bottom: 0;
overflow: visible !important;
}
}
@@ -3668,8 +3712,8 @@ button.close {
}
.tooltip.in {
- opacity: 1;
- filter: alpha(opacity=100);
+ opacity: 0.9;
+ filter: alpha(opacity=90);
}
.tooltip.top {
@@ -3698,7 +3742,7 @@ button.close {
color: #ffffff;
text-align: center;
text-decoration: none;
- background-color: rgba(0, 0, 0, 0.9);
+ background-color: #000000;
border-radius: 4px;
}
@@ -3714,21 +3758,21 @@ button.close {
bottom: 0;
left: 50%;
margin-left: -5px;
- border-top-color: rgba(0, 0, 0, 0.9);
+ border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
- border-top-color: rgba(0, 0, 0, 0.9);
+ border-top-color: #000000;
border-width: 5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
right: 5px;
bottom: 0;
- border-top-color: rgba(0, 0, 0, 0.9);
+ border-top-color: #000000;
border-width: 5px 5px 0;
}
@@ -3736,7 +3780,7 @@ button.close {
top: 50%;
left: 0;
margin-top: -5px;
- border-right-color: rgba(0, 0, 0, 0.9);
+ border-right-color: #000000;
border-width: 5px 5px 5px 0;
}
@@ -3744,7 +3788,7 @@ button.close {
top: 50%;
right: 0;
margin-top: -5px;
- border-left-color: rgba(0, 0, 0, 0.9);
+ border-left-color: #000000;
border-width: 5px 0 5px 5px;
}
@@ -3752,21 +3796,21 @@ button.close {
top: 0;
left: 50%;
margin-left: -5px;
- border-bottom-color: rgba(0, 0, 0, 0.9);
+ border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
- border-bottom-color: rgba(0, 0, 0, 0.9);
+ border-bottom-color: #000000;
border-width: 0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
- border-bottom-color: rgba(0, 0, 0, 0.9);
+ border-bottom-color: #000000;
border-width: 0 5px 5px;
}
@@ -4230,7 +4274,6 @@ a.list-group-item.active > .badge,
}
.progress-striped .progress-bar {
- background-color: #428bca;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
@@ -4251,7 +4294,6 @@ a.list-group-item.active > .badge,
}
.progress-striped .progress-bar-danger {
- background-color: #d9534f;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
@@ -4263,7 +4305,6 @@ a.list-group-item.active > .badge,
}
.progress-striped .progress-bar-success {
- background-color: #5cb85c;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
@@ -4275,7 +4316,6 @@ a.list-group-item.active > .badge,
}
.progress-striped .progress-bar-warning {
- background-color: #f0ad4e;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
@@ -4287,7 +4327,6 @@ a.list-group-item.active > .badge,
}
.progress-striped .progress-bar-info {
- background-color: #5bc0de;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
@@ -4397,8 +4436,6 @@ a.list-group-item.active > .badge,
}
.carousel-control.left {
- background-color: rgba(0, 0, 0, 0.0001);
- background-color: transparent;
background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
@@ -4410,8 +4447,6 @@ a.list-group-item.active > .badge,
.carousel-control.right {
right: 0;
left: auto;
- background-color: rgba(0, 0, 0, 0.5);
- background-color: transparent;
background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);