2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

add nonresponsive template to examples

This commit is contained in:
Mark Otto
2013-08-17 15:02:38 -07:00
parent fdb7121f41
commit 6c765ac821
4 changed files with 66 additions and 0 deletions
@@ -0,0 +1,12 @@
.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);
}