0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #18687 from jch/patch-1

Fix typo in docs/getting-started/introduction.md
This commit is contained in:
Patrick H. Lauke 2015-12-26 19:57:36 +00:00
commit 807a149602

View File

@ -96,7 +96,7 @@ You can see an example of this in action in the [starter template](#starter-temp
### Box-sizing
For more straightforward sizing in CSS, we switch the global `box-sizing` value from `content-box` to `border-box`. This ensures `padding` does not affect the final computed width of an element, but it can cause problems with some third party software like including Google Maps and Google Custom Search Engine.
For more straightforward sizing in CSS, we switch the global `box-sizing` value from `content-box` to `border-box`. This ensures `padding` does not affect the final computed width of an element, but it can cause problems with some third party software like Google Maps and Google Custom Search Engine.
On the rare occasion you need to override it, use something like the following: