remove unused build-responsive.less
[bootswatch] / bower_components / bootstrap / examples / grid / grid.css
1 .container {
2   padding-left: 15px;
3   padding-right: 15px;
4 }
5
6 h4 {
7   margin-top: 25px;
8 }
9 .row {
10   margin-bottom: 20px;
11 }
12 .row .row {
13   margin-top: 10px;
14   margin-bottom: 0;
15 }
16 [class*="col-"] {
17   padding-top: 15px;
18   padding-bottom: 15px;
19   background-color: #eee;
20   border: 1px solid #ddd;
21   background-color: rgba(86,61,124,.15);
22   border: 1px solid rgba(86,61,124,.2);
23 }
24
25 hr {
26   margin-top: 40px;
27   margin-bottom: 40px;
28 }