diff options
| author | Mark Otto <[email protected]> | 2017-01-02 11:48:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-02 11:48:51 -0800 |
| commit | 20b05e42e33bea09e0632d607e70bcf9552b8d65 (patch) | |
| tree | 154b081d33fdba9b9fcae8c259aa05eedb285e98 /docs/assets | |
| parent | 4dc6f44796c2b73d40f72fff0f809cc3f87b7343 (diff) | |
| download | bootstrap-20b05e42e33bea09e0632d607e70bcf9552b8d65.tar.xz bootstrap-20b05e42e33bea09e0632d607e70bcf9552b8d65.zip | |
update rest of docs, remove navbar specific modifiers, fix docs example css
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/scss/_component-examples.scss | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/assets/scss/_component-examples.scss b/docs/assets/scss/_component-examples.scss index a9c12a9c8..3cba772e6 100644 --- a/docs/assets/scss/_component-examples.scss +++ b/docs/assets/scss/_component-examples.scss @@ -203,20 +203,22 @@ // Navbars .bd-example { - .navbar-fixed-top { + .fixed-top, + .sticky-top { position: static; margin: -1rem -1rem 1rem; } - .navbar-fixed-bottom { + .fixed-bottom { position: static; margin: 1rem -1rem -1rem; } @include media-breakpoint-up(sm) { - .navbar-fixed-top { + .fixed-top, + .sticky-top { margin: -1.5rem -1.5rem 1rem; } - .navbar-fixed-bottom { + .fixed-bottom { margin: 1rem -1.5rem -1.5rem; } } |
