2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

update to use latest version of bootstrap, docs cleanup, etc

This commit is contained in:
Mark Otto
2011-06-27 16:47:12 -07:00
parent b9e28e48a8
commit dd769f9a6e
14 changed files with 600 additions and 347 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ section {
font-size: 20px;
font-weight: 300;
line-height: 30px;
margin: 5px 0;
margin: 0;
}
#masthead a.btn {
background-color: #552e7e;
+4 -4
View File
@@ -1,6 +1,6 @@
// Javascript to toggle the dropdowns
$(document).ready(function(){
// Example dropdown for topbar nav
$("body").bind("click", function(e) {
$("ul.menu-dropdown").hide();
$('a.menu').parent("li").removeClass("open").children("ul.menu-dropdown").hide();
@@ -22,10 +22,10 @@ $(document).ready(function(){
return false;
});
//table sort example
// table sort example
$("#sortTableExample").tablesorter( {sortList: [[1,0]]} );
//add on
// add on
$('.add-on :checkbox').click(function() {
if ($(this).attr('checked')) {
$(this).parents('.add-on').addClass('active');
@@ -35,7 +35,7 @@ $(document).ready(function(){
});
//scroll spyer
// scroll spyer
var activeTarget,
$window = $(window),
position = {},