aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.min.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-13 12:38:06 -0700
committerMark Otto <[email protected]>2014-07-13 12:38:06 -0700
commit3d3622761619b27821b1a86dad06844529229beb (patch)
tree16e0da774755bc9d6773e6a39f1e2fbb16e69cd4 /docs/assets/css/docs.min.css
parent0d89b7f55e00613fbaa2b26b13347186b10a1d16 (diff)
downloadbootstrap-3d3622761619b27821b1a86dad06844529229beb.tar.xz
bootstrap-3d3622761619b27821b1a86dad06844529229beb.zip
rem-ify the footer and masthead
Diffstat (limited to 'docs/assets/css/docs.min.css')
-rw-r--r--docs/assets/css/docs.min.css26
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css
index 4c3a917b3..987d1255b 100644
--- a/docs/assets/css/docs.min.css
+++ b/docs/assets/css/docs.min.css
@@ -276,7 +276,7 @@ body {
border-color: #29262f;
}
.bs-docs-footer {
- margin-top: 100px;
+ margin-top: 6rem;
color: #777;
text-align: center;
border-top: 1px solid #e5e5e5;
@@ -334,7 +334,7 @@ body {
}
.bs-docs-masthead {
position: relative;
- padding: 30px 15px;
+ padding: 2rem 1rem;
color: #cdbfe3;
text-align: center;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
@@ -346,7 +346,7 @@ body {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff563d7c', endColorstr='#ff6f5499', GradientType=0);
}
.bs-docs-masthead .bs-docs-booticon {
- margin: 0 auto 30px;
+ margin: 0 auto 2rem;
}
.bs-docs-masthead h1 {
font-weight: 300;
@@ -354,19 +354,19 @@ body {
color: #fff;
}
.bs-docs-masthead .lead {
- margin: 0 auto 30px;
- font-size: 20px;
+ margin: 0 auto 2rem;
+ font-size: 1.25rem;
color: #fff;
}
.bs-docs-masthead .version {
- margin-top: -15px;
- margin-bottom: 30px;
+ margin-top: -1rem;
+ margin-bottom: 2rem;
color: #9783b9;
}
.bs-docs-masthead .btn {
width: 100%;
- padding: 15px 30px;
- font-size: 20px;
+ padding: 1rem 2rem;
+ font-size: 1.25rem;
}
@media (min-width: 480px) {
.bs-docs-masthead .btn {
@@ -375,19 +375,19 @@ body {
}
@media (min-width: 768px) {
.bs-docs-masthead {
- padding: 80px 0;
+ padding: 5rem 0;
}
.bs-docs-masthead h1 {
- font-size: 60px;
+ font-size: 4rem;
}
.bs-docs-masthead .lead {
- font-size: 24px;
+ font-size: 1.5rem;
}
}
@media (min-width: 992px) {
.bs-docs-masthead .lead {
width: 80%;
- font-size: 30px;
+ font-size: 2rem;
}
}
.bs-docs-header {