aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-10-02 17:01:18 -0700
committerMark Otto <[email protected]>2012-10-02 17:01:18 -0700
commite73cd15fc8eaa80ab7913d51a23a8e61c0e1bb30 (patch)
treeef36c9da1555e294326c72d6a440d173fe683453 /docs/assets/css
parent630a88d3ce0dde6365e224d84353d3cf24defc18 (diff)
downloadbootstrap-e73cd15fc8eaa80ab7913d51a23a8e61c0e1bb30.tar.xz
bootstrap-e73cd15fc8eaa80ab7913d51a23a8e61c0e1bb30.zip
copy and style changes to improve docs rendering on mobile devices
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/docs.css23
1 files changed, 17 insertions, 6 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 3484f300c..60782ecea 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -114,7 +114,7 @@ hr.soften {
.jumbotron p {
font-size: 24px;
font-weight: 300;
- line-height: 30px;
+ line-height: 1.25;
margin-bottom: 30px;
}
@@ -275,7 +275,7 @@ hr.soften {
margin-bottom: 40px;
font-size: 20px;
font-weight: 300;
- line-height: 25px;
+ line-height: 1.25;
color: #999;
}
.marketing img {
@@ -303,7 +303,10 @@ hr.soften {
}
.footer-links li {
display: inline;
- margin-right: 10px;
+ padding: 0 2px;
+}
+.footer-links li:first-child {
+ padding-left: 0;
}
@@ -944,11 +947,11 @@ form.bs-docs-example {
/* Downsize the jumbotrons */
.jumbotron h1 {
- font-size: 60px;
+ font-size: 45px;
}
.jumbotron p,
.jumbotron .btn {
- font-size: 20px;
+ font-size: 18px;
}
.jumbotron .btn {
display: block;
@@ -963,7 +966,10 @@ form.bs-docs-example {
/* Marketing on home */
.marketing h1 {
- font-size: 40px;
+ font-size: 30px;
+ }
+ .marketing-byline {
+ font-size: 18px;
}
/* center example sites */
@@ -997,6 +1003,11 @@ form.bs-docs-example {
left: auto;
}
+ /* Tighten up footer */
+ .footer {
+ padding-top: 20px;
+ padding-bottom: 20px;
+ }
/* Unfloat the back to top in footer to prevent odd text wrapping */
.footer .pull-right {
float: none;