aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/getting-started
diff options
context:
space:
mode:
authorvsn4ik <[email protected]>2017-09-08 03:06:02 +0300
committerMark Otto <[email protected]>2017-09-09 17:01:48 -0700
commit5da8ff61ad6dbe080f32f1bdc999466f247a3f7e (patch)
tree3bcf2482929ddf071d1535ff667348011457428b /docs/4.0/getting-started
parentaa5e97da044d774e4d1b5c54234cc8bf1ce862f5 (diff)
downloadbootstrap-5da8ff61ad6dbe080f32f1bdc999466f247a3f7e.tar.xz
bootstrap-5da8ff61ad6dbe080f32f1bdc999466f247a3f7e.zip
Use CSS3 pseudo elements in documentation
Diffstat (limited to 'docs/4.0/getting-started')
-rw-r--r--docs/4.0/getting-started/introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/introduction.md b/docs/4.0/getting-started/introduction.md
index 08dd83209..4035ae8f4 100644
--- a/docs/4.0/getting-started/introduction.md
+++ b/docs/4.0/getting-started/introduction.md
@@ -97,7 +97,7 @@ On the rare occasion you need to override it, use something like the following:
}
{% endhighlight %}
-With the above snippet, nested elements—including generated content via `:before` and `:after`—will all inherit the specified `box-sizing` for that `.selector-for-some-widget`.
+With the above snippet, nested elements—including generated content via `::before` and `::after`—will all inherit the specified `box-sizing` for that `.selector-for-some-widget`.
Learn more about [box model and sizing at CSS Tricks](https://css-tricks.com/box-sizing/).