2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

v4 beta 3 docs

This commit is contained in:
Mark Otto
2017-12-28 09:55:44 -08:00
parent ed05e78a9b
commit b01323ae05
150 changed files with 12613 additions and 25343 deletions
+5 -10
View File
@@ -23,7 +23,6 @@ a:hover {
/*
* Base structure
*/
html,
body {
height: 100%;
@@ -32,7 +31,7 @@ body {
body {
color: #fff;
text-align: center;
text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);
text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
@@ -41,7 +40,7 @@ body {
width: 100%;
height: 100%; /* For at least Firefox */
min-height: 100%;
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;
@@ -61,7 +60,6 @@ body {
/*
* Header
*/
.masthead {
margin-bottom: 2rem;
}
@@ -73,14 +71,14 @@ body {
.nav-masthead .nav-link {
padding: .25rem 0;
font-weight: 700;
color: rgba(255,255,255,.5);
color: rgba(255, 255, 255, .5);
background-color: transparent;
border-bottom: .25rem solid transparent;
}
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
border-bottom-color: rgba(255,255,255,.25);
border-bottom-color: rgba(255, 255, 255, .25);
}
.nav-masthead .nav-link + .nav-link {
@@ -105,7 +103,6 @@ body {
/*
* Cover
*/
.cover {
padding: 0 1.5rem;
}
@@ -118,16 +115,14 @@ body {
/*
* Footer
*/
.mastfoot {
color: rgba(255,255,255,.5);
color: rgba(255, 255, 255, .5);
}
/*
* Affix and center
*/
@media (min-width: 40em) {
/* Pull out the header and footer */
.masthead {