1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

publish 3.4 docs

This commit is contained in:
Mark Otto
2018-12-13 15:57:10 -08:00
parent ea4129886a
commit 5b27630cb4
125 changed files with 55951 additions and 0 deletions

23
docs/3.4/examples/grid/grid.css Executable file
View File

@@ -0,0 +1,23 @@
h4 {
margin-top: 25px;
}
.row {
margin-bottom: 20px;
}
.row .row {
margin-top: 10px;
margin-bottom: 0;
}
[class*="col-"] {
padding-top: 15px;
padding-bottom: 15px;
background-color: #eee;
background-color: rgba(86, 61, 124, .15);
border: 1px solid #ddd;
border: 1px solid rgba(86, 61, 124, .2);
}
hr {
margin-top: 40px;
margin-bottom: 40px;
}