2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

switch to max-width on containers

This commit is contained in:
Mark Otto
2014-10-27 03:07:34 -07:00
parent 125c3859a0
commit c15aa36798
10 changed files with 29 additions and 25 deletions
+14 -10
View File
@@ -1,23 +1,27 @@
h4 {
margin-top: 25px;
body {
padding-top: 2rem;
padding-bottom: 2rem;
}
h3 {
margin-top: 2rem;
}
.row {
margin-bottom: 20px;
margin-bottom: 1rem;
}
.row .row {
margin-top: 10px;
margin-top: 1rem;
margin-bottom: 0;
}
[class*="col-"] {
padding-top: 15px;
padding-bottom: 15px;
background-color: #eee;
padding-top: 1rem;
padding-bottom: 1rem;
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;
margin-top: 2rem;
margin-bottom: 2rem;
}