bootstrap/examples/non-responsive/non-responsive.css

14 lines
254 B
CSS
Raw Normal View History

2013-08-18 06:02:38 +08:00
.container {
max-width: none !important;
width: 970px;
2013-08-18 06:02:38 +08:00
}
.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);
}