diff --git a/docs/assets/img/examples/browser-icon-chrome.png b/docs/assets/img/examples/browser-icon-chrome.png deleted file mode 100644 index 8c846c54e0..0000000000 Binary files a/docs/assets/img/examples/browser-icon-chrome.png and /dev/null differ diff --git a/docs/assets/img/examples/browser-icon-firefox.png b/docs/assets/img/examples/browser-icon-firefox.png deleted file mode 100644 index 2af3cd8560..0000000000 Binary files a/docs/assets/img/examples/browser-icon-firefox.png and /dev/null differ diff --git a/docs/assets/img/examples/browser-icon-safari.png b/docs/assets/img/examples/browser-icon-safari.png deleted file mode 100644 index 880e31daaa..0000000000 Binary files a/docs/assets/img/examples/browser-icon-safari.png and /dev/null differ diff --git a/docs/assets/img/examples/slide-01.jpg b/docs/assets/img/examples/slide-01.jpg deleted file mode 100644 index bedab7d81c..0000000000 Binary files a/docs/assets/img/examples/slide-01.jpg and /dev/null differ diff --git a/docs/assets/img/examples/slide-02.jpg b/docs/assets/img/examples/slide-02.jpg deleted file mode 100644 index 4ed12cc07c..0000000000 Binary files a/docs/assets/img/examples/slide-02.jpg and /dev/null differ diff --git a/docs/assets/img/examples/slide-03.jpg b/docs/assets/img/examples/slide-03.jpg deleted file mode 100644 index 37415da3eb..0000000000 Binary files a/docs/assets/img/examples/slide-03.jpg and /dev/null differ diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index be75a5cc36..e86029221c 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/carousel.html @@ -189,6 +189,18 @@ body { font-size: 18px; line-height: 1.5; } + + .navbar-wrapper { + margin-top: 0; + } + + .navbar { + border-radius: 0; + } + + #myCarousel { + margin-top: 54px; + } } @@ -245,7 +257,7 @@ body {
Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.
Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.
Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.
This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.
This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.
This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.
Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added within #wrap
with padding-top: 60px;
on the .container
.
Back to the default sticky footer minus the navbar.
+Back to the default sticky footer minus the navbar.
Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.
-Use the sticky footer with a fixed navbar if need be, too.
+Use the sticky footer with a fixed navbar if need be, too.