2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Merge branch 'master' of github.com:twbs/bootstrap

This commit is contained in:
Mark Otto
2014-01-24 11:56:04 -06:00
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -4,7 +4,10 @@
// Reset the box-sizing
//
// Heads up! This reset may cause conflicts with some third-party widgets.
// For recommendations on resolving such conflicts, see
// http://getbootstrap.com/getting-started/#third-box-sizing
* {
.box-sizing(border-box);
}