aboutsummaryrefslogtreecommitdiff
path: root/examples/non-responsive/non-responsive.css
blob: 2864ca1c5ba0b60c02807659902496c64bc62930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.container {
  max-width: none !important;
  width: 970px;
}

.col-xs-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86,61,124,.15);
  border: 1px solid rgba(86,61,124,.2);
}