]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added url paths to navbar navbar-static-top and navbar-fixed-top
authorJesse Hu <huyouare@gmail.com>
Tue, 6 Aug 2013 07:00:40 +0000 (03:00 -0400)
committerJesse Hu <huyouare@gmail.com>
Tue, 6 Aug 2013 07:00:40 +0000 (03:00 -0400)
navbar-fixed-top/index.html
navbar-static-top/index.html
navbar/index.html

index d2928a2d293e6fe3e7eae699a4f9cd30cfd33c3e..5a0e596af786373ecaaf9ef42002e181c65cd9f0 100644 (file)
@@ -45,9 +45,9 @@
             </li>
           </ul>
           <ul class="nav navbar-nav pull-right">
-            <li><a href="/navbar/">Default</a></li>
-            <li><a href="/navbar-static-top/">Static top</a></li>
-            <li class="active"><a href="/navbar-fixed-top/">Fixed top</a></li>
+            <li><a href="http://examples.getbootstrap.com/navbar/index.html">Default</a></li>
+            <li><a href="http://examples.getbootstrap.com/navbar-static-top/index.html">Static top</a></li>
+            <li class="active"><a href="http://examples.getbootstrap.com/navbar-fixed-top/index.html">Fixed top</a></li>
           </ul>
         </div><!--/.nav-collapse -->
       </div>
index 9640898faf1964bb96931ea9cd197a180578491b..25e9dcec40d1ef934c6f53855aa175c775f7d08f 100644 (file)
@@ -45,9 +45,9 @@
             </li>
           </ul>
           <ul class="nav navbar-nav pull-right">
-            <li><a href="/navbar/">Default</a></li>
-            <li class="active"><a href="/navbar-static-top/">Static top</a></li>
-            <li><a href="/navbar-fixed-top/">Fixed top</a></li>
+            <li><a href="http://examples.getbootstrap.com/navbar/index.html">Default</a></li>
+            <li class="active"><a href="http://examples.getbootstrap.com/navbar-static-top/index.html">Static top</a></li>
+            <li><a href="http://examples.getbootstrap.com/navbar-fixed-top/index.html">Fixed top</a></li>
           </ul>
         </div><!--/.nav-collapse -->
       </div>
index 6c8306efc69c8e5fe6fd4fcb665f7d1ae83d175b..689a0e35c571cd6af1efa39453a695efc23411f6 100644 (file)
@@ -47,9 +47,9 @@
               </li>
             </ul>
             <ul class="nav navbar-nav pull-right">
-              <li class="active"><a href="/navbar/">Default</a></li>
-              <li><a href="/navbar-static-top/">Static top</a></li>
-              <li><a href="/navbar-fixed-top/">Fixed top</a></li>
+              <li class="active"><a href="http://examples.getbootstrap.com/navbar/index.html">Default</a></li>
+              <li><a href="http://examples.getbootstrap.com/navbar-static-top/index.html">Static top</a></li>
+              <li><a href="http://examples.getbootstrap.com/navbar-fixed-top/index.html">Fixed top</a></li>
             </ul>
           </div><!--/.nav-collapse -->
         </div>