diff --git a/bootstrap-1.3.0.css b/bootstrap-1.3.0.css index dbe1bdcfa..9eef0b12a 100644 --- a/bootstrap-1.3.0.css +++ b/bootstrap-1.3.0.css @@ -1,12 +1,12 @@ /*! - * Bootstrap v1.2.0 + * Bootstrap v1.3.0 * * Copyright 2011 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sat Sep 10 12:59:54 PDT 2011 + * Date: Sat Sep 10 13:04:12 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -91,10 +91,6 @@ html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } -a:active { - outline: none; - -moz-outline-style: none; -} a:focus { outline: thin dotted; } diff --git a/bootstrap-1.3.0.min.css b/bootstrap-1.3.0.min.css index 3f9367d47..d16ecebb6 100644 --- a/bootstrap-1.3.0.min.css +++ b/bootstrap-1.3.0.min.css @@ -4,7 +4,6 @@ table{border-collapse:collapse;border-spacing:0;} ol,ul{list-style:none;} q:before,q:after,blockquote:before,blockquote:after{content:"";} html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;} -a:active{outline:none;-moz-outline-style:none;} a:focus{outline:thin dotted;} article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;} audio,canvas,video{display:inline-block;*display:inline;*zoom:1;} diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 475329398..db59c79f9 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -3,7 +3,7 @@ $(document).ready(function(){ // Dropdown example for topbar nav // =============================== - $(".topbar").dropdown() // catch any dropdowns on the page + $('body').dropdown() // catch any dropdowns on the page // table sort example diff --git a/docs/index.html b/docs/index.html index 603419341..c9a51cd7c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -82,7 +82,7 @@
For the quickest and easiest start, just copy this snippet into your webpage.