aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-28 00:37:12 -0800
committerJacob Thornton <[email protected]>2012-01-28 00:37:12 -0800
commit7ffec335ca099adc2b1e60dc5dd2aadce75ef42d (patch)
treef0a1d08335b443c284b571186ff9c56b53fda27d /docs/assets/css/docs.css
parent4737d693e00989a0f90f832a7c8f4f784df14077 (diff)
parent18d95a163b23296b7c2242a98aa1f66b3bd22a7a (diff)
downloadbootstrap-7ffec335ca099adc2b1e60dc5dd2aadce75ef42d.tar.xz
bootstrap-7ffec335ca099adc2b1e60dc5dd2aadce75ef42d.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 5a6bd971f..41029ded1 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -657,14 +657,13 @@ form.well {
}
/* Change up some type stuff */
- h1 small {
- display: block;
- line-height: 20px;
- }
- /* More space between sections */
h2 {
margin-top: 27px;
}
+ h2 small {
+ display: block;
+ line-height: 18px;
+ }
h3 {
margin-top: 18px;
}
@@ -681,6 +680,7 @@ form.well {
}
.jumbotron p {
margin-right: 0;
+ margin-left: 0;
font-size: 18px;
line-height: 24px;
}
@@ -695,6 +695,10 @@ form.well {
.quick-links {
margin: 40px 0 0;
}
+ .quick-links li {
+ margin-top: 5px;
+ margin-bottom: 5px;
+ }
/* hide the bullets on mobile since our horizontal space is limited */
.quick-links .divider {
display: none;
@@ -744,10 +748,10 @@ form.well {
.subnav .nav > li {
float: none;
}
- .subnav .nav a {
+ .subnav .nav > li > a {
border: 0;
}
- .subnav .nav li + li a {
+ .subnav .nav > li + li a {
border-top: 1px solid #e5e5e5;
}