2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Move grid/container styles to grid.less; update docs; add offsetting back

This commit is contained in:
Mark Otto
2013-01-17 00:42:31 -08:00
parent 255cb87734
commit 687d4a3eeb
7 changed files with 163 additions and 121 deletions
+2 -4
View File
@@ -11,15 +11,13 @@ html {
// Touch the Mobile Magic™
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
// Disable iOS/WinMobile font size changes
@media screen and (max-device-width: 480px) {
html {
-ms-text-size-adjust: none;
-webkit-text-size-adjust: none;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
}