Mark Otto
|
40a8a93b22
|
Merge branch 'amid2887-master' into 2.1.2-wip
|
2012-09-30 22:41:11 -07:00 |
|
amid2887
|
d49dd766c8
|
Add missing icon class definition for buttons.less
add missing icon class definition for buttons:
'[class*=" icon-"]'
|
2012-10-01 12:27:37 +07:00 |
|
Mark Otto
|
a4a6244eb7
|
add sticky footer example per martin bean's suggestion, using the implementation by ryan fait
|
2012-09-30 22:09:51 -07:00 |
|
Kevin Attfield
|
82715ae96d
|
Fix for #5362
Fix for issue [5362](https://github.com/twitter/bootstrap/issues/5362):
tab events fired on wrong dropdown anchor.
|
2012-09-30 21:41:37 -07:00 |
|
Mark Otto
|
a2690c6d86
|
add link to examples on index page; add back narrow marketing page and signin page examples
|
2012-09-30 21:28:20 -07:00 |
|
Mark Otto
|
57f8dbe25c
|
fixes #5360: typo in tables docs
|
2012-09-30 21:26:43 -07:00 |
|
Mark Otto
|
f8374a754d
|
clean up emphasis docs text
|
2012-09-28 15:01:12 -07:00 |
|
Mark Otto
|
8ecffcb32f
|
fixes #5334: html snippet comments
|
2012-09-28 10:39:15 -07:00 |
|
Carl Porth
|
e1f6458e36
|
don't wait for ready when binding events to document
|
2012-09-27 15:00:02 -07:00 |
|
Artem Kustikov
|
0944e036ae
|
Fix for #4550
Also fixes dropdowns hiding behavior for case when two or more dropdowns
with [data-toggle=dropdown] exist on the page
|
2012-09-27 21:45:37 +03:00 |
|
Andreas Cederström
|
ecbb0ed4df
|
Making modal work with max width 767px - fixes #4860
|
2012-09-27 11:46:54 +02:00 |
|
Erlend Halvorsen
|
e9a648cd39
|
Fixed bug in dropdown toggle where menu would only clear on the first drop down
|
2012-09-27 10:31:40 +02:00 |
|
Carl Porth
|
474471b831
|
bind data-api events to document instead of body to allow body replacement
|
2012-09-26 23:11:03 -07:00 |
|
Mark Otto
|
ad96435d27
|
Merge branch '2.1.2-wip' into box-sizing-exercise
|
2012-09-26 16:02:33 -07:00 |
|
Mark Otto
|
24e277b85a
|
Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip
|
2012-09-26 16:01:59 -07:00 |
|
Mark Otto
|
498a28b4cd
|
dat new kippt hotness
|
2012-09-26 16:01:45 -07:00 |
|
Mark Otto
|
cd5ae9e030
|
change up carousel
|
2012-09-26 11:20:27 -07:00 |
|
Mark Otto
|
6b578ec8de
|
move mixins that generate css to utilities.less with different class names, but the same mixins
|
2012-09-26 08:59:57 -07:00 |
|
Mark Otto
|
b6ba717b75
|
fix getting started examples
|
2012-09-25 23:01:18 -07:00 |
|
Mark Otto
|
80c4d5a9bf
|
fix homepage example sites
|
2012-09-25 22:59:49 -07:00 |
|
Mark Otto
|
2eb4c6fc79
|
cleanup breadcrumbs less code (nesting)
|
2012-09-25 22:57:49 -07:00 |
|
Mark Otto
|
ecbf1159a4
|
remove .dividers from breadcrumbs, instead use :after and content
|
2012-09-25 22:57:20 -07:00 |
|
Mark Otto
|
d1affe6154
|
restore gradient to navbars
|
2012-09-25 22:53:41 -07:00 |
|
Mark Otto
|
f8efc75a66
|
increase padding on navbar links, remove font-size override on .navbar from docs css
|
2012-09-25 22:51:05 -07:00 |
|
Mark Otto
|
c59e5251e1
|
initial pass at removing navbar-inner from .navbar component
|
2012-09-25 22:48:02 -07:00 |
|
Mark Otto
|
f12946be5a
|
thumbnails cleanup: no more UL or LI elements needed, instead just use standard grid markup
|
2012-09-25 22:40:48 -07:00 |
|
Mark Otto
|
08eea302ef
|
remove remaining fluid grid css
|
2012-09-25 22:20:24 -07:00 |
|
Mark Otto
|
151ed38cdc
|
remove references to row fluid elsewhere
|
2012-09-25 22:18:34 -07:00 |
|
Mark Otto
|
9e97098802
|
make .input-* classes match .btn-* size classes
|
2012-09-25 22:16:47 -07:00 |
|
Mark Otto
|
0220015edd
|
remove all ie7 conditionals and mixins
|
2012-09-25 22:07:53 -07:00 |
|
Mark Otto
|
f0b4f05a27
|
remove ie7 support from mixins
|
2012-09-25 22:02:29 -07:00 |
|
Mark Otto
|
ce19e63d5b
|
Merge branch '2.1.2-wip' into box-sizing-exercise
Conflicts:
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
docs/base-css.html
docs/templates/pages/base-css.mustache
less/forms.less
less/mixins.less
|
2012-09-25 22:00:41 -07:00 |
|
Mark Otto
|
527d01ce99
|
headway, cleanup, and tests
|
2012-09-25 15:01:03 -07:00 |
|
Robin Lewis
|
b29d947477
|
Use paginationActiveBackground var to finish fixing #4295
|
2012-09-25 21:12:01 +01:00 |
|
Jacob Thornton
|
0540b63ab0
|
check affix pos on clicks - use timeout for clicks which scroll
|
2012-09-24 23:59:02 -07:00 |
|
Jacob Thornton
|
aec8b08930
|
update docs for tooltip html + the dropdown methods api
|
2012-09-24 23:32:55 -07:00 |
|
Jacob Thornton
|
88b1e44dd6
|
change tooltip/popover insert strategy
remove modal-open class
hopefully resolve z-index headaches
|
2012-09-24 23:28:38 -07:00 |
|
Jacob Thornton
|
4a2443901f
|
reverting d797a5fbd7
|
2012-09-24 23:19:33 -07:00 |
|
Jacob Thornton
|
bda3d57a00
|
Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip
|
2012-09-24 23:16:09 -07:00 |
|
Jacob Thornton
|
003fcccceb
|
change tooltip/popover html default to false for xss safety net
|
2012-09-24 23:15:36 -07:00 |
|
Mark Otto
|
f4d3d7da2e
|
ensure 100% width for .uneditable-inputs in <767px viewports
|
2012-09-23 16:06:28 -07:00 |
|
Mark Otto
|
a4bf6ef0a0
|
match decimal placements in type.less
|
2012-09-23 15:16:13 -07:00 |
|
Mark Otto
|
af871d57c9
|
fixes #5216: calculate heading sizes via math rather than fixed pixel amounts
|
2012-09-22 22:16:12 -07:00 |
|
Mark Otto
|
c3ea955661
|
Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip
|
2012-09-22 21:37:08 -07:00 |
|
Mark Otto
|
a419e70a42
|
add specific line items to contributing doc for issues, update branch list
|
2012-09-21 10:24:16 -07:00 |
|
Jacob Thornton
|
ebf94c53a5
|
change transition.js, rebuild… travis maybe will be happy?
|
2012-09-20 16:50:36 -07:00 |
|
Jacob Thornton
|
1716b0fdb5
|
remove src's
|
2012-09-20 16:31:10 -07:00 |
|
Jacob Thornton
|
fe38d12f12
|
rebuild - fix missing (
|
2012-09-20 16:26:00 -07:00 |
|
Jacob Thornton
|
667179f406
|
added support for jquery 1.8.*
|
2012-09-20 16:23:54 -07:00 |
|
Mark Otto
|
c92a75999f
|
fixes #5127: add @inputHeight to replace static instances of '30px' throughout forms
|
2012-09-20 11:45:59 -07:00 |
|