You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* region resets, are available as plain CSS and uncompiled LESS formats.
903
903
*/
904
904
905
-
/* Option 1A: Override a single element's box model via CSS */
905
+
/* Option 1A: Override a single element's box model via CSS */
906
906
.element {
907
907
-webkit-box-sizing: content-box;
908
908
-moz-box-sizing: content-box;
909
909
box-sizing: content-box;
910
910
}
911
911
912
-
/* Option 1B: Override a single element's box model by using a Bootstrap LESS mixin */
912
+
/* Option 1B: Override a single element's box model by using a Bootstrap LESS mixin */
913
913
.element {
914
914
.box-sizing(content-box);
915
915
}
@@ -980,7 +980,7 @@ <h3>Additional resources</h3>
980
980
<divclass="page-header">
981
981
<h1id="license-faqs">License FAQs</h1>
982
982
</div>
983
-
<pclass="lead">Bootstrap is released under the Apache 2 license and is copyright 2015 Twitter. Boiled down to smaller chunks, it can be described with the following conditions.</p>
983
+
<pclass="lead">Bootstrap is released under the Apache 2 license and is copyright 2017 Twitter. Boiled down to smaller chunks, it can be described with the following conditions.</p>
0 commit comments