Mark Otto
dcbe484a09
New text align class, .text-nowrap, for preventing text from breaking to new lines. Applies it to the grid docs table.
2014-06-10 21:20:34 -07:00
Mark Otto
e8100c3b3c
fix thumbnails docs
2014-06-10 21:14:04 -07:00
Chris Rebert
ff7e8d5054
button-groups.html: fix grammar: "in on" => "on"
2014-06-10 18:09:30 -07:00
Chris Rebert
bbdaf0f244
Merge pull request #13780 from twbs/fx-30
...
<input> buttons line-height Firefox bugfix has been shipped!
2014-06-10 11:52:20 -07:00
Chris Rebert
af45472dfe
<input> buttons line-height Firefox bugfix has been shipped!
...
Remove Wall of Browser Bugs entry.
Update mention of the bug in the CSS docs.
[skip sauce]
2014-06-10 11:48:12 -07:00
Mark Otto
61dbc6134e
Merge branch 'master' of github.com:twbs/bootstrap
2014-06-09 21:56:45 -07:00
Mark Otto
2535f7c79a
fixes #13769
2014-06-09 21:45:55 -07:00
Mark Otto
d2061e8aeb
relative
2014-06-09 21:26:57 -07:00
Mark Otto
24a9b34add
typo
2014-06-09 21:08:24 -07:00
Mark Otto
b35840e48d
simpler and updated docs copy for icon font file paths
2014-06-09 21:00:27 -07:00
XhmikosR
29d00e0cd7
Move apple-touch-icon-precomposed.png and favicon.ico in docs root.
...
This way, it works in all browsers.
2014-06-09 01:14:44 +03:00
XhmikosR
79cbf5501e
Use a 152x152 apple touch icon.
2014-06-09 01:14:44 +03:00
Chris Rebert
dd7ee517e4
add docs for #13745
...
Good catch @juthilo
[skip sauce]
2014-06-06 17:29:36 -07:00
Chris Rebert
95ff94091e
add missing role="menu" attrs to .dropdown-menu elements in docs+examples
...
Docs audit prompted by #13697 .
[skip sauce]
2014-05-28 17:18:22 -07:00
Chris Rebert
ad34c3b061
fix #13697
...
[skip sauce]
2014-05-28 16:52:47 -07:00
Mark Otto
338cff1359
clarify
2014-05-22 21:39:47 -07:00
Mark Otto
abbf6da6aa
tighten up callouts and remove backgrounds
2014-05-22 21:12:13 -07:00
Mark Otto
a375069704
Merge branch 'master' of github.com:twbs/bootstrap
2014-05-22 20:57:10 -07:00
Mark Otto
ef360b61b5
clarify and danger-ify affix docs usage requirements, per #10235
2014-05-22 20:14:32 -07:00
Mark Otto
326f6b2b87
Merge branch 'master' into docs-theme-toggler
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/assets/css/docs.min.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2014-05-22 18:54:25 -07:00
XhmikosR
cae7dee236
Revert 4f9270cc20
.
...
The validator doesn't choke anymore on this and even though it's not spec compliant, it's needed for some IE versions. So until we move favicon.ico in root, this should do the job.
2014-05-22 10:55:28 +03:00
Mark Otto
707b362b80
Merge branch 'master' into docs-theme-toggler
...
Conflicts:
docs/assets/css/docs.min.css
2014-05-20 23:27:40 -07:00
Chris Rebert
511240b377
update link to Grunt setup & info
2014-05-17 22:55:29 -07:00
Attila Dobi
f47ad79538
add target
option to Affix plugin
2014-05-16 13:07:45 -07:00
Chris Rebert
00fcf072c6
update default 'template' value in popover docs
2014-05-14 18:43:14 -07:00
Chris Rebert
3465d984fb
add 'container' option motivation to tooltip docs
2014-05-14 18:23:58 -07:00
Chris Rebert
6fdbd8e3cf
add 'selector' option motivation to tooltip docs
2014-05-14 18:21:19 -07:00
Chris Rebert
e839a49995
add multiple triggers info to popover docs
2014-05-14 18:21:19 -07:00
Chris Rebert
90cfa1a44d
add 'viewport' option to popover docs; #12328 erratum
2014-05-14 18:20:55 -07:00
Chris Rebert
99f6f700f4
docs: sort tooltip & container options for sanity
2014-05-14 18:12:18 -07:00
XhmikosR
ceda948372
Remove unneeded spaces from pre
.
2014-05-13 17:14:34 +03:00
Chris Rebert
239d5e0e39
add link to StackOverflow question regarding Android <select> bug
2014-05-13 04:19:51 -07:00
XhmikosR
d0fca8aaad
Remove RTL leftovers.
2014-05-13 09:26:24 +03:00
XhmikosR
7a765d1f8b
Update jQuery to v1.11.1.
2014-05-13 08:33:23 +03:00
Mark Otto
be00b82bb9
nuke the rtl docs
2014-05-12 19:55:58 -07:00
Mark Otto
96bdc56fde
cleanup
2014-05-10 13:31:18 -07:00
XhmikosR
ed98b3dfc0
Update html5shiv to 3.7.2.
2014-05-10 09:23:53 +03:00
Chris Rebert
a217ed776d
Merge pull request #13558 from twbs/nav-tabs-role-tablist
...
add some ARIA roles to tabs for improved accessibility
2014-05-09 23:12:46 -07:00
Chris Rebert
b7ac0d401f
add role="button" to [data-slide="prev"],[data-slide="next"] to improve accessibility
...
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-09 15:31:52 -07:00
Chris Rebert
0a808fc56c
add role="tab" to .nav-tabs [data-toggle="tab"]
...
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-09 15:12:57 -07:00
Chris Rebert
e9374c0609
add role="tablist" to .nav-tabs in examples to improve accessibility
...
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-09 15:05:20 -07:00
Quy Ton
5f6304bd65
Remove outdated rtl nav links
2014-05-08 07:20:25 -07:00
Chris Rebert
bdd822a94c
regenerate minified docs JS & CSS
2014-05-07 20:19:40 -07:00
Chris Rebert
5d8880fdfa
move Grunt info from README into HTML docs
...
Fixes #13470
2014-05-07 19:38:27 -07:00
Chris Rebert
7d0f7e8441
add button to toggle the optional theme when viewing the docs; fixes #9764
2014-05-07 16:12:42 -07:00
Mark Otto
f0daa64a29
move rtl to getting started, per @cvrebert's feedback
2014-05-07 15:30:27 -07:00
Mark Otto
7408917887
Merge pull request #13499 from twbs/clarify-rtl
...
emphasize that bootstrap-rtl.css & bootstrap.css should not be used together
2014-05-07 15:28:08 -07:00
Chris Rebert
16cff71ba4
Merge pull request #13504 from Quy/resputil
...
Fix .visible-print deprecation version #.
2014-05-07 14:35:33 -07:00
Chris Rebert
d36c150569
tweak formatting in Carousel docs for clarity; fixes #13522
2014-05-06 11:34:46 -07:00
Quy Ton
ed410667df
Fix .visible-print deprecation version #.
2014-05-04 09:02:55 -07:00