aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/examples/cover
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-02 21:54:47 +0300
committerGitHub <[email protected]>2017-10-02 21:54:47 +0300
commit2891dc143dd8d020479a38e8adfeb85a42fcfd85 (patch)
tree2d16494f94c7f24b84487f59c84ba8b1ebaeeca9 /docs/4.0/examples/cover
parenteaccb6070185e8447fbb32cb18b28d9b7537405f (diff)
downloadbootstrap-2891dc143dd8d020479a38e8adfeb85a42fcfd85.tar.xz
bootstrap-2891dc143dd8d020479a38e8adfeb85a42fcfd85.zip
Normalize examples' CSS. (#24210)
Diffstat (limited to 'docs/4.0/examples/cover')
-rw-r--r--docs/4.0/examples/cover/cover.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/4.0/examples/cover/cover.css b/docs/4.0/examples/cover/cover.css
index 8a89cde53..2b208671b 100644
--- a/docs/4.0/examples/cover/cover.css
+++ b/docs/4.0/examples/cover/cover.css
@@ -41,8 +41,7 @@ body {
width: 100%;
height: 100%; /* For at least Firefox */
min-height: 100%;
- -webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
- box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
+ box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
}
.site-wrapper-inner {
display: table-cell;
@@ -73,7 +72,7 @@ body {
.nav-masthead .nav-link {
padding: .25rem 0;
- font-weight: bold;
+ font-weight: 700;
color: rgba(255,255,255,.5);
background-color: transparent;
border-bottom: .25rem solid transparent;
@@ -112,7 +111,7 @@ body {
}
.cover .btn-lg {
padding: .75rem 1.25rem;
- font-weight: bold;
+ font-weight: 700;
}
@@ -139,10 +138,12 @@ body {
position: fixed;
bottom: 0;
}
+
/* Start the vertical centering */
.site-wrapper-inner {
vertical-align: middle;
}
+
/* Handle the widths */
.masthead,
.mastfoot,