mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
rake convert
This commit is contained in:
parent
1aedbc34ae
commit
018c0b9248
14 changed files with 14 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
module Bootstrap
|
||||
VERSION = '3.0.1.0.rc'
|
||||
BOOTSTRAP_SHA = '867e2bef8d9c9b901022899227b306a532f5baf3'
|
||||
BOOTSTRAP_SHA = 'ea3c89189a6b922c08729857006713de209b66d8'
|
||||
end
|
||||
|
|
2
vendor/assets/javascripts/bootstrap/affix.js
vendored
2
vendor/assets/javascripts/bootstrap/affix.js
vendored
|
@ -1,5 +1,5 @@
|
|||
/* ========================================================================
|
||||
* Bootstrap: affix.js v3.0.0
|
||||
* Bootstrap: affix.js v3.0.1
|
||||
* http://getbootstrap.com/javascript/#affix
|
||||
* ========================================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
|
|
2
vendor/assets/javascripts/bootstrap/alert.js
vendored
2
vendor/assets/javascripts/bootstrap/alert.js
vendored
|
@ -1,5 +1,5 @@
|
|||
/* ========================================================================
|
||||
* Bootstrap: alert.js v3.0.0
|
||||
* Bootstrap: alert.js v3.0.1
|
||||
* http://getbootstrap.com/javascript/#alerts
|
||||
* ========================================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* ========================================================================
|
||||
* Bootstrap: button.js v3.0.0
|
||||
* Bootstrap: button.js v3.0.1
|
||||
* http://getbootstrap.com/javascript/#buttons
|
||||
* ========================================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* ========================================================================
|
||||
* Bootstrap: carousel.js v3.0.0
|
||||
* Bootstrap: carousel.js v3.0.1
|
||||
* http://getbootstrap.com/javascript/#carousel
|
||||
* ========================================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* ========================================================================
|
||||
* Bootstrap: collapse.js v3.0.0
|
||||
* Bootstrap: collapse.js v3.0.1
|
||||
* http://getbootstrap.com/javascript/#collapse
|
||||
* ========================================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* ========================================================================
|
||||
* Bootstrap: dropdown.js v3.0.0
|
||||
* Bootstrap: dropdown.js v3.0.1
|
||||
* http://getbootstrap.com/javascript/#dropdowns
|
||||
* ========================================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
|
|
2
vendor/assets/javascripts/bootstrap/modal.js
vendored
2
vendor/assets/javascripts/bootstrap/modal.js
vendored
|
@ -1,5 +1,5 @@
|
|||
/* ========================================================================
|
||||
* Bootstrap: modal.js v3.0.0
|
||||
* Bootstrap: modal.js v3.0.1
|
||||
* http://getbootstrap.com/javascript/#modals
|
||||
* ========================================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* ========================================================================
|
||||
* Bootstrap: popover.js v3.0.0
|
||||
* Bootstrap: popover.js v3.0.1
|
||||
* http://getbootstrap.com/javascript/#popovers
|
||||
* ========================================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* ========================================================================
|
||||
* Bootstrap: scrollspy.js v3.0.0
|
||||
* Bootstrap: scrollspy.js v3.0.1
|
||||
* http://getbootstrap.com/javascript/#scrollspy
|
||||
* ========================================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
|
|
2
vendor/assets/javascripts/bootstrap/tab.js
vendored
2
vendor/assets/javascripts/bootstrap/tab.js
vendored
|
@ -1,5 +1,5 @@
|
|||
/* ========================================================================
|
||||
* Bootstrap: tab.js v3.0.0
|
||||
* Bootstrap: tab.js v3.0.1
|
||||
* http://getbootstrap.com/javascript/#tabs
|
||||
* ========================================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* ========================================================================
|
||||
* Bootstrap: tooltip.js v3.0.0
|
||||
* Bootstrap: tooltip.js v3.0.1
|
||||
* http://getbootstrap.com/javascript/#tooltip
|
||||
* Inspired by the original jQuery.tipsy by Jason Frame
|
||||
* ========================================================================
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* ========================================================================
|
||||
* Bootstrap: transition.js v3.0.0
|
||||
* Bootstrap: transition.js v3.0.1
|
||||
* http://getbootstrap.com/javascript/#transitions
|
||||
* ========================================================================
|
||||
* Copyright 2013 Twitter, Inc.
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
border-bottom: 1px solid transparent;
|
||||
@include border-top-radius($panel-border-radius - 1);
|
||||
|
||||
& > .dropdown .dropdown-toggle {
|
||||
> .dropdown .dropdown-toggle {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue