Mark Otto
|
589242604f
|
document large and small well classes
|
2012-06-04 18:56:50 -07:00 |
|
Mark Otto
|
b79c100967
|
add placeholder to input-prepend to confirm FF placeholder looks good
|
2012-06-04 18:44:50 -07:00 |
|
Mark Otto
|
c56eb0962a
|
fix double @@ on less pages
|
2012-06-04 18:39:02 -07:00 |
|
Mark Otto
|
8eb1488861
|
wrap download page in form
|
2012-06-04 08:44:50 -07:00 |
|
Jacob Thornton
|
82ea5847a7
|
adds remote source to modal. Remote source can be specified in href or by providing a remote option #936
|
2012-06-03 21:26:54 -07:00 |
|
Mark Otto
|
9a4ee790e1
|
Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wip
Conflicts:
docs/assets/js/bootstrap.min.js
|
2012-06-02 22:14:12 -07:00 |
|
Mark Otto
|
9a3a297a47
|
update version # on homepage, crush assets
|
2012-06-02 22:12:45 -07:00 |
|
Matt Morgan
|
af14f6db5d
|
Merge branch 'async' into 2.1.0-wip
|
2012-06-03 00:33:06 -04:00 |
|
Jacob Thornton
|
a38bc90b48
|
change note to point out that boostrap.js bundles all plugins #3174
|
2012-06-02 21:19:56 -07:00 |
|
Jacob Thornton
|
f836473129
|
add html option back to tooltip and popover to explicitly prevent XSS #3421
|
2012-06-02 17:55:10 -07:00 |
|
Jacob Thornton
|
5e5965ca6f
|
Merge branch 'accessibility' into 2.1.0-wip
Conflicts:
docs/assets/js/bootstrap.min.js
docs/javascript.html
docs/templates/pages/javascript.mustache
|
2012-06-02 16:11:35 -07:00 |
|
Mark Otto
|
287086758b
|
add tracking but for production only
|
2012-05-26 23:17:23 -07:00 |
|
Mark Otto
|
7dbcd0be9a
|
fix navbar button for mobile tapping (turn to button instead of adding href=#), streamline less docs page
|
2012-05-24 21:30:43 -07:00 |
|
Mark Otto
|
aaf1825b49
|
fix example code for carousel
|
2012-05-24 20:26:08 -07:00 |
|
Mark Otto
|
76ee212343
|
make nested cols code match given example
|
2012-05-24 20:16:25 -07:00 |
|
Mark Otto
|
c1c679b644
|
#3592: clarify grid sizing in grid docs
|
2012-05-24 20:13:59 -07:00 |
|
Mark Otto
|
e5187e12c4
|
fix modal example per #3510
|
2012-05-17 21:48:13 -07:00 |
|
Mark Otto
|
1dbf4c92ce
|
manually resolve #3516: type in less docs
|
2012-05-17 21:45:45 -07:00 |
|
Jacob Thornton
|
9889948f58
|
abandon activedescendant because it was awful
|
2012-05-17 00:39:14 -07:00 |
|
Jacob Thornton
|
a7b49a7d92
|
nearly everything working with activedescendant... then decide it's wrong.
|
2012-05-17 00:23:11 -07:00 |
|
Jacob Thornton
|
10c6db4b14
|
add proper role to dialog markup and cleanup modal logging
|
2012-05-16 19:43:22 -07:00 |
|
Jacob Thornton
|
4b53778150
|
Merge branch 'master' into 2.0.4-wip
|
2012-05-16 19:10:49 -07:00 |
|
Jacob Thornton
|
a404ac33bb
|
modal accessibility tab control
|
2012-05-16 19:09:57 -07:00 |
|
Mark Otto
|
5ecab6112c
|
version bump on docs home
|
2012-05-15 10:59:06 -07:00 |
|
Mark Otto
|
67f81a2ed5
|
clarify button type on dismiss icons
|
2012-05-15 09:41:06 -07:00 |
|
Mark Otto
|
0679f24606
|
example incorrect for modal dismiss button
|
2012-05-15 09:37:28 -07:00 |
|
Mark Otto
|
33061a8e0b
|
document .lead per #3213
|
2012-05-14 22:02:51 -07:00 |
|
Mark Otto
|
332d2a7384
|
#3438: fix typo on i18n tag
|
2012-05-13 17:43:56 -07:00 |
|
Mark Otto
|
8f44245850
|
document .hyphens() mixin
|
2012-05-13 14:31:31 -07:00 |
|
Mark Otto
|
7de65e0a62
|
#3465 part 2: add mention to docs of type button issue
|
2012-05-13 14:03:32 -07:00 |
|
Mark Otto
|
d09db29039
|
#3465 part 1: add type="button" to all dismiss buttons in docs
|
2012-05-13 14:01:57 -07:00 |
|
Mark Otto
|
6a89659727
|
#3468: 140 icons, not 120
|
2012-05-13 13:59:20 -07:00 |
|
Mark Otto
|
3a21891824
|
#3469: add variables for dropdown menu dividers
|
2012-05-13 13:58:42 -07:00 |
|
Mark Otto
|
526d77af61
|
remove wrapping <label> from all js docs
|
2012-05-13 11:10:08 -07:00 |
|
Mark Otto
|
ef368f0076
|
#3263: typo in forms docs
|
2012-04-30 15:43:47 -07:00 |
|
Mark Otto
|
b6b354ceaa
|
#3255: typo in components for tabbable tabs
|
2012-04-30 15:42:55 -07:00 |
|
Mark Otto
|
c204bc66d6
|
#3237: change to CSS comments in responsive docs
|
2012-04-30 15:33:35 -07:00 |
|
Mark Otto
|
6e9756ebb6
|
#3228: update docs to list dependencies from 2.0.3 for compiling via make
|
2012-04-30 15:30:56 -07:00 |
|
Matt Morgan
|
bf9d8fcc07
|
Alter typeahead to accept synchronous/asynchronous data source via function/callback
|
2012-04-26 14:09:20 -04:00 |
|
Jacob Thornton
|
73453c7f79
|
changes for build in preperation for 2.0.3 release
|
2012-04-24 02:02:06 -07:00 |
|
Mark Otto
|
192cb575da
|
fix typo
|
2012-04-22 23:56:36 -07:00 |
|
Mark Otto
|
fd009597b6
|
mention responsive css in navbar responsive section
|
2012-04-19 09:28:40 -07:00 |
|
Mark Otto
|
178a9f3b51
|
fix some text around media queries in the docs
|
2012-04-18 09:37:07 -07:00 |
|
Mark Otto
|
5fa0fcc888
|
fix modal per #3086
|
2012-04-16 14:38:22 -07:00 |
|
Mark Otto
|
a4c2332eb1
|
move js tooltip link
|
2012-04-15 00:06:11 -07:00 |
|
Mark Otto
|
def7ae7798
|
bump version on docs homepage to 2.0.3
|
2012-04-14 18:30:43 -07:00 |
|
Mark Otto
|
4bcb89946b
|
merge in #2684, offset on the .makeColumn mixin
|
2012-04-14 18:18:11 -07:00 |
|
Mark Otto
|
dbde2dc9e4
|
adding icon classes to finish off glyphicons 1.6 update
|
2012-04-14 17:15:16 -07:00 |
|
ctalkington
|
0e6f12af86
|
add 's' to 'classe' in components docs. thanks mishmosh.
|
2012-04-12 15:14:54 -05:00 |
|
Mark Otto
|
5bc601d9a8
|
fix typo on js docs selector
|
2012-04-07 23:37:58 -07:00 |
|