2013-06-23 17:17:08 -07:00
|
|
|
h4 {
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
.row {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.row .row {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2013-08-15 17:39:37 -07:00
|
|
|
[class*="col-"] {
|
2013-06-23 17:17:08 -07:00
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
2013-08-15 17:39:37 -07:00
|
|
|
background-color: #eee;
|
|
|
|
background-color: rgba(86,61,124,.15);
|
2014-01-31 14:03:42 +02:00
|
|
|
border: 1px solid #ddd;
|
2013-08-15 17:39:37 -07:00
|
|
|
border: 1px solid rgba(86,61,124,.2);
|
2013-06-23 17:17:08 -07:00
|
|
|
}
|
2013-08-15 17:39:37 -07:00
|
|
|
|
|
|
|
hr {
|
|
|
|
margin-top: 40px;
|
|
|
|
margin-bottom: 40px;
|
2014-01-31 14:20:33 +02:00
|
|
|
}
|