1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 15:44:51 +02: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

View File

@@ -1,7 +1,6 @@
/*
* Globals
*/
@media (min-width: 48em) {
html {
font-size: 18px;
@@ -30,24 +29,20 @@ h6,
color: #333;
}
/*
* Override Bootstrap's default container.
*/
.container {
max-width: 60rem;
}
/*
* Masthead for nav
*/
.blog-masthead {
margin-bottom: 3rem;
background-color: #428bca;
box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
box-shadow: inset 0 -.1rem .25rem rgba(0, 0, 0, .1);
}
/* Nav links */
@@ -81,11 +76,9 @@ h6,
border-left: .3rem solid transparent;
}
/*
* Blog name and description
*/
.blog-header {
padding-bottom: 1.25rem;
margin-bottom: 2rem;
@@ -107,7 +100,6 @@ h6,
}
}
/*
* Main column and sidebar layout
*/
@@ -127,7 +119,6 @@ h6,
margin-bottom: 0;
}
/* Pagination */
.blog-pagination {
margin-bottom: 4rem;
@@ -136,11 +127,9 @@ h6,
border-radius: 2rem;
}
/*
* Blog posts
*/
.blog-post {
margin-bottom: 4rem;
}
@@ -153,11 +142,9 @@ h6,
color: #999;
}
/*
* Footer
*/
.blog-footer {
padding: 2.5rem 0;
color: #999;