1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-24 21:40:17 +00:00
bootstrap/examples/non-responsive/non-responsive.css

13 lines
228 B
CSS
Raw Normal View History

2013-08-17 15:02:38 -07:00
.container {
max-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);
}