bootstrap/less/responsive-1200px-min.less

28 lines
633 B
Plaintext
Raw Normal View History

2012-06-29 04:46:45 +00:00
//
// Responsive: Large desktop and up
// --------------------------------------------------
2012-03-23 04:54:54 +00:00
@media (min-width: 1200px) {
// Set the container width, and override it for fixed navbars in media queries
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 1170px;
}
2012-03-23 04:54:54 +00:00
// Fixed grid
#grid > .core(@gridColumnWidth1200, @gridGutterWidth1200, @gridRowWidth1200);
#grid > .input(@gridColumnWidth1200, @gridGutterWidth1200, @gridRowWidth1200);
2012-03-23 04:54:54 +00:00
// Thumbnails
.thumbnails {
margin-left: -@gridGutterWidth1200;
2012-03-23 04:54:54 +00:00
}
.thumbnails > li {
margin-left: @gridGutterWidth1200;
}
2012-03-23 04:54:54 +00:00
}