diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html
index de9ce387e2..21a97b708e 100644
--- a/examples/justified-nav/index.html
+++ b/examples/justified-nav/index.html
@@ -21,7 +21,7 @@
diff --git a/examples/justified-nav/justified-nav.css b/examples/justified-nav/justified-nav.css
index 89822eca26..cabd36d169 100644
--- a/examples/justified-nav/justified-nav.css
+++ b/examples/justified-nav/justified-nav.css
@@ -4,17 +4,16 @@ body {
/* Everything but the jumbotron gets side spacing for mobile-first views */
.masthead,
-.body-content,
.footer {
padding-left: 15px;
padding-right: 15px;
}
.footer {
- border-top: 1px solid #ddd;
- margin-top: 30px;
- padding-top: 29px;
- padding-bottom: 30px;
+ border-top: 1px solid #eee;
+ margin-top: 40px;
+ padding-top: 40px;
+ padding-bottom: 40px;
}
/* Main marketing message and sign up button */
@@ -29,7 +28,7 @@ body {
/* Customize the nav-justified links to be fill the entire space of the .navbar */
.nav-justified {
- max-height: 50px;
+ max-height: 52px;
background-color: #eee;
border-radius: 5px;
border: 1px solid #ccc;
@@ -52,7 +51,9 @@ body {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* W3C */
}
-.nav-justified > .active > a {
+.nav-justified > .active > a,
+.nav-justified > .active > a:hover,
+.nav-justified > .active > a:focus {
background-color: #ddd;
background-image: none;
box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
diff --git a/examples/screenshots/justified-nav.jpg b/examples/screenshots/justified-nav.jpg
new file mode 100644
index 0000000000..01689c3caa
Binary files /dev/null and b/examples/screenshots/justified-nav.jpg differ
diff --git a/getting-started.html b/getting-started.html
index 016ef4c3e7..0c5c67c252 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -207,10 +207,17 @@ bootstrap/
Sticky footer with navbar
- Attach a footer to the bottom of the viewport along with a fixed navbar at the top.
+ Attach a footer to the bottom of the viewport with a fixed navbar at the top.
+
+
+
+
+
Justified nav
+
Expand on the default navbar and more to create justified navigation links.
+
+
+