]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add footer to js docs
authorMark Otto <mark.otto@twitter.com>
Sun, 11 Sep 2011 04:54:11 +0000 (21:54 -0700)
committerMark Otto <mark.otto@twitter.com>
Sun, 11 Sep 2011 04:54:11 +0000 (21:54 -0700)
docs/index.html
docs/javascript.html

index bca04b1a003245ad6a75a466f9dbe10fb9bd0cf9..5fe22294589da450e25427ea03866aa338907bd1 100644 (file)
@@ -1739,4 +1739,4 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
     </footer>
 
   </body>
-</html>
+</html>
\ No newline at end of file
index 3933e83978ea3e19564cd0c2514f325ac288aed2..10acbbf5b628bdf12a822702a7802df7981661d0 100644 (file)
@@ -448,6 +448,18 @@ Sunt qui biodiesel mollit officia, fanny pack put a bird on it thundercats seita
       </div>
     </section>
 
-    </div>
+
+    </div><!-- /container -->
+
+    <footer class="footer">
+      <div class="container">
+        <p class="pull-right"><a href="#">Back to top</a></p>
+        <p>
+          Designed and built with all the love in the world <a href="http://twitter.com/twitter" target="_blank">@twitter</a> by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.<br />
+          Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>.
+        </p>
+      </div>
+    </footer>
+
   </body>
-</html>
\ No newline at end of file
+</html>