diff options
| author | vsn4ik <[email protected]> | 2017-09-08 03:06:02 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-09-09 17:01:48 -0700 |
| commit | 5da8ff61ad6dbe080f32f1bdc999466f247a3f7e (patch) | |
| tree | 3bcf2482929ddf071d1535ff667348011457428b /docs/4.0/examples | |
| parent | aa5e97da044d774e4d1b5c54234cc8bf1ce862f5 (diff) | |
| download | bootstrap-5da8ff61ad6dbe080f32f1bdc999466f247a3f7e.tar.xz bootstrap-5da8ff61ad6dbe080f32f1bdc999466f247a3f7e.zip | |
Use CSS3 pseudo elements in documentation
Diffstat (limited to 'docs/4.0/examples')
| -rw-r--r-- | docs/4.0/examples/blog/blog.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/examples/blog/blog.css b/docs/4.0/examples/blog/blog.css index 5fed56424..18db4290e 100644 --- a/docs/4.0/examples/blog/blog.css +++ b/docs/4.0/examples/blog/blog.css @@ -62,7 +62,7 @@ h6, .h6 { .nav-link.active { color: #fff; } -.nav-link.active:after { +.nav-link.active::after { position: absolute; bottom: 0; left: 50%; |
