XhmikosR
fa4d7d2bd2
Run grunt
.
2015-04-26 14:03:35 +03:00
Chris Rebert
6ae488d6ef
Ensure .form-inline in non-responsive example doesn't stack; fixes #15977
2015-04-24 19:49:43 -07:00
XhmikosR
69308dc883
Update Holder.js to v2.6.0.
...
[ci skip]
2015-04-23 09:18:45 +03:00
TJ
10c8dad848
Prevent collapsed navbar in Non-responsive Example
...
Closes #15291 by merging it.
2015-02-25 22:53:21 -08:00
Kevin Kirsche
3ed961e4c1
Document justified navbar for #15906
...
Document in the source code that the justified nav is meant for single line list items only. This should help prevent Issues like #15906 in the future.
2015-02-24 23:04:59 -05:00
Mark Otto
05513c52c4
Fix #15911 : Clear the floats and move the padding to the header
2015-02-24 16:43:07 -08:00
Chris Rebert
a2c7233ac0
Use just holder.js instead of docs.min.js in examples when possible
...
And add explanatory comments to the Carousel & Dashboard examples regarding holder.js
[skip sauce]
2015-02-16 19:17:01 -08:00
Chris Rebert
d13e879042
Remove docs.min.js from Blog & Cover examples since it's unnecessary.
2015-02-16 11:40:42 +02:00
XhmikosR
7a4fadb7b8
Fix carousel example images after c08bf4ba8b
.
...
The revert was incomplete.
2015-02-16 11:39:14 +02:00
Mark Otto
2fad6e8dd2
Merge pull request #15648 from Nikita240/master
...
Improve image layout in the carousel example.
2015-02-08 17:25:13 -08:00
XhmikosR
391054fa2d
Merge pull request #15658 from kkirsche/patch-3
...
Fix issue #15601 — Position of Charset, X-UA-Compatible, and Viewport Meta Tags
2015-02-03 07:22:45 +02:00
Kevin Kirsche
a380e30f7e
Fix issue #15601 — Position of X-UA-Compatible
...
Fix issue #15601 — Position of X-UA-Compatible, charset and viewport
Add comment to all examples
The non-responsive is correctly saying 2 instead of 3
2015-02-02 15:45:57 -05:00
Christian
37fbe1cf62
Update non-responsive.css
...
Fix typo on Utilize
2015-01-27 20:51:55 +09:00
Nikita Rushmanov
d41f114e9b
Fix image order in carousel example
...
When the screen is shrunk below the md threshold, all the featurette columns stack.
However, since the second featurette is "backwards", when stacked the second featurette
looked awkward as the image came before the heading.
2015-01-23 02:14:12 -08:00
Nikita Rushmanov
ca0fb736c7
Center images in carousel example
...
In order to see the changes, you must shrink the browser to below the md threshold.
2015-01-23 02:02:21 -08:00
Mark Otto
c08bf4ba8b
keep the base64
2015-01-21 21:06:11 -08:00
XhmikosR
53d2abff92
Carousel example: move the Base64 images outside of the HTML.
...
Use a simple blank.gif and change the background color instead of duplicating stuff.
2015-01-21 09:51:12 +02:00
XhmikosR
9db1de2a3a
Update jQuery to v1.11.2.
2015-01-07 00:31:18 +02:00
XhmikosR
2a1a3e6806
Example: minor image compression improvements.
...
[ci skip]
2014-11-30 13:16:27 +02:00
Mark Otto
bcb90ef3a0
Bump Glyphicons to v1.9
2014-11-30 01:31:49 -08:00
Mark Otto
d74fd9af2f
Fixes #15096 : Fix navbar forms in the non-responsive example
2014-11-30 00:54:43 -08:00
Mark Otto
149f32d9d3
Alternate fix for #15250 with a more descriptive theme jumbotron
2014-11-29 21:18:05 -08:00
Patrick H. Lauke
bab36220c9
Redundant role="navigation" on <nav>s
...
plus one example that still used the old <div role="navigation"> and a
fix-up of the callout as per
https://github.com/twbs/bootstrap/issues/15109
2014-11-14 10:52:57 +00:00
Patrick H. Lauke
25cac1ea9a
Redundant role="form" on <form>s
2014-11-14 10:52:56 +00:00
gitaeks
f94cb5817a
Fixed a typo in Sign-in page example
...
Fixed a typo in Sign-in page example
http://getbootstrap.com/examples/signin/
2014-11-12 15:52:32 +09:00
Heinrich Fenkart
56f4156126
Merge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaks
...
Wash-up of some stray dropdown examples
2014-11-12 01:19:39 +01:00
Patrick H. Lauke
0681971c8a
Wash-up of some stray dropdown examples
...
adding explicit aria-expanded="false" initial state (so they're
correctly announced by AT as being collapsed), and - in the case of
old-school use of <a> - role="button"
2014-11-11 23:52:52 +00:00
Patrick H. Lauke
9391ef207f
aria-hidden added to some stray glyphicons
...
plus minor tweak to customizer's generated alerts
2014-11-11 22:41:21 +00:00
Patrick H. Lauke
bb89657bcb
Assorted accessibility (and some consistency) fixes for documentation
...
Closes #14951 by merging it.
2014-11-11 07:46:14 +01:00
XhmikosR
6b7d6565de
Examples: Make use of the footer
tag instead of a div
.
2014-10-30 08:08:06 +02:00
Chris Rebert
c897f9d5f0
Safari v8.0 still suffers from Justified Nav rendering bug
2014-10-28 21:24:45 -07:00
Chris Rebert
3eec86e2e5
add missing hrefs to <a>s in docs+examples
2014-10-28 16:05:32 -07:00
Baraa
f0fd6df63a
Removed unnecessary new lines that were inconsistent with current style.
2014-10-26 22:33:55 -07:00
Mark Otto
dbd45f2f6c
Merge pull request #14857 from twbs/fix-14856
...
Fix #14856
2014-10-24 12:09:44 -07:00
XhmikosR
41dbc53b9b
Fix a small typo in comment.
...
[ci skip]
2014-10-23 09:11:12 +03:00
Chris Rebert
58143b128b
Fix #14856
...
[skip sauce]
2014-10-22 17:53:59 -07:00
Heinrich Fenkart
a332c18c87
Add type to buttons in tooltip-viewport example
2014-09-26 00:14:48 +02:00
Chris Rebert
1f329f8f17
the justified nav bug is still present in Safari v7.1
2014-09-21 15:34:57 -07:00
Chris Rebert
48c67095b0
Merge pull request #14577 from twbs/pagination-role-nav
...
Wrap .pagination & .pager in <nav> to improve accessibility
2014-09-16 13:01:00 -07:00
Chris Rebert
b2088366a3
Wrap .pagination & .pager in <nav> to improve accessibility
2014-09-08 20:52:07 -07:00
Patrick H. Lauke
fb1ca10b99
ARIA support for collapse
...
Added handling of aria-expanded=true/false to collapse.js, updated
documentation to include advice on making expand/collapse controls
accessible, updated examples and javascript documentation to use
aria-expanded and aria-controls (when targetting single collapsible
element, using ID rather than class selector)
Closes #14147 .
Closes #14153 .
2014-09-09 01:19:20 +02:00
thr3-arendt
de0f78bc8e
Replace nonexistent .col-6 classes in offcanvas example with .col-xs-6
...
Fixes #14500
2014-09-04 16:58:50 -07:00
Chris Rebert
6b7142212f
consistently use <nav> instead of <div> for .navbar in docs
2014-08-15 18:09:05 -07:00
Chris Rebert
9742bb2ee4
Fix #14164 : move Windows Phone 8 IE10 viewport bug workaround script to footer of pages
2014-07-27 17:01:34 -07:00
XhmikosR
8d435cbb3c
Run grunt
.
2014-07-22 08:25:41 +03:00
vsn4ik
2fb107e918
Fix text on ".progress-bar .sr-only" elements.
2014-07-10 21:30:21 +04:00
Chris Rebert
5c1f4e1a0c
add role="presentation" to tab <li>s to improve accessibility
...
Refs #13554 .
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
[skip sauce]
2014-07-08 12:00:43 -07:00
Chris Rebert
2e3f1a23f6
Merge pull request #14072 from twbs/carousel-gloss-buttons
...
Add screenreader text to prev/next carousel buttons in examples to improve accessibility
2014-07-07 20:16:52 -07:00
Chris Rebert
849bf58a54
Add screenreader text to prev/next carousel buttons in examples to improve accessibility
...
Refs #13556 .
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
[skip sauce]
2014-07-07 20:05:44 -07:00
Chris Rebert
94eff8c159
add role="listbox" to .carousel-inner to improve accessibility of Carousels
...
Refs #13556 .
Per https://github.com/paypal/bootstrap-accessibility-plugin/#carousel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
[skip sauce]
2014-07-07 19:53:57 -07:00