2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

add the broken out responsive files

This commit is contained in:
Mark Otto
2012-03-22 21:54:54 -07:00
parent ab068f6fda
commit 20da2c8ea0
5 changed files with 337 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
// LARGE DESKTOP & UP
// ------------------
@media (min-width: 1200px) {
// Fixed grid
#grid > .core(70px, 30px);
// Fluid grid
#grid > .fluid(5.982905983%, 2.564102564%);
// Input grid
#grid > .input(70px, 30px);
// Thumbnails
.thumbnails {
margin-left: -30px;
}
.thumbnails > li {
margin-left: 30px;
}
}