aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorfat <[email protected]>2013-07-26 22:25:11 -0700
committerfat <[email protected]>2013-07-26 22:25:11 -0700
commit7b9a949a1887a2da291347a66f3c6ae132b24d29 (patch)
treed4a52f1de84cfd6e259397a4730043b4a43155c6 /dist/css/bootstrap.css
parentcfa4ab90f3d8de9dd419a6b30f0ba57c9b9ba518 (diff)
parent88dd20e6ac7df964837960fe6b7df68b698d3644 (diff)
downloadbootstrap-7b9a949a1887a2da291347a66f3c6ae132b24d29.tar.xz
bootstrap-7b9a949a1887a2da291347a66f3c6ae132b24d29.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css16
1 files changed, 10 insertions, 6 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 53e6c2b77..1ef37df33 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -362,11 +362,17 @@ p {
.lead {
margin-bottom: 20px;
- font-size: 21px;
+ font-size: 16.099999999999998px;
font-weight: 200;
line-height: 1.4;
}
+@media (min-width: 768px) {
+ .lead {
+ font-size: 21px;
+ }
+}
+
small {
font-size: 85%;
}
@@ -2513,7 +2519,6 @@ button.close {
}
.nav-tabs.nav-justified {
- display: table;
width: 100%;
border-bottom: 0;
}
@@ -2521,7 +2526,7 @@ button.close {
.nav-tabs.nav-justified > li {
display: table-cell;
float: none;
- width: auto;
+ width: 1%;
}
.nav-tabs.nav-justified > li > a {
@@ -2545,7 +2550,7 @@ button.close {
border-radius: 5px;
}
-.nav-pills > li + li > a {
+.nav-pills > li + li {
margin-left: 2px;
}
@@ -2566,14 +2571,13 @@ button.close {
}
.nav-justified {
- display: table;
width: 100%;
}
.nav-justified > li {
display: table-cell;
float: none;
- width: auto;
+ width: 1%;
}
.nav-justified > li > a {