Julian Thilo
4d0b895db7
Merge pull request #10210 from acmetech/master
...
Update the example for components/#btn-groups-justified to match the "Element-specific usage" callout
2013-08-27 07:40:45 -07:00
XhmikosR
26728576f3
Add bugs property to package.json.
2013-08-27 17:21:15 +03:00
XhmikosR
a586844c90
Update html5shiv.js to v3.6.2.
2013-08-27 17:05:41 +03:00
XhmikosR
d98206bc06
Update Respond.js to v1.3.0.
2013-08-27 16:56:03 +03:00
XhmikosR
263d775777
Compress PNG files losslessly.
...
Use zopfli with 1000 iterations, pngout /r with various blocksizes and deflopt.
assets/ico/apple-touch-icon-114-precomposed.png | Bin 2939 -> 2931 bytes
assets/ico/apple-touch-icon-144-precomposed.png | Bin 3614 -> 3549 bytes
assets/ico/apple-touch-icon-57-precomposed.png | Bin 1577 -> 1573 bytes
assets/ico/favicon.png | Bin 889 -> 887 bytes
Total difference: -79 bytes.
2013-08-27 16:56:03 +03:00
Tom Pietschker
77bee02c85
add role="button"
2013-08-27 09:46:10 -04:00
Tom Pietschker
d1f60671c7
per the docs - use <a> instead of <button>
2013-08-27 09:45:38 -04:00
Alex Olshansky
f8dc1858b0
Fixes #10207 : alert-dismissable example requires contextual class
2013-08-27 05:20:14 -07:00
Javier Eguiluz
52c7bacd44
[doc] tweaked the appearance of the last item of the file listings
2013-08-27 13:24:46 +02:00
Chris Rebert
f811c1b56c
Merge pull request #10204 from premist/master
...
Add missing period on customize page.
2013-08-27 00:17:40 -07:00
Minku Lee
c02f98a7bf
Add missing period on customize page.
2013-08-27 15:41:50 +09:00
Mark Otto
2970653bdc
Fixes #10016 and updates that rather badly formatted callout
2013-08-26 18:19:31 -07:00
Mark Otto
4ad2ecf975
Improve upon #9937 : Link and put reset column stuff to action in the grid example
2013-08-26 17:58:15 -07:00
Mark Otto
7796e645c9
Add margin to thumbnails for proper spacing
...
Hadn't thought about this until fixes #10137 , but it makes sense I
think to have margin on the bottom of thumbnails for spacing when
stacking (or using different grid tiers).
2013-08-26 17:48:32 -07:00
Mark Otto
dd9980e8c9
Fixes #10137 : correct classes on thumbnails
2013-08-26 17:47:56 -07:00
Mark Otto
4d23aa4ef5
Address #9873 and fix #9774
...
* Update styling of justified nav links to be more mobile friendly
(with all four rounded corners and some margin between items)
* Add note to docs to callout bogus WebKit rendering on component and
example
2013-08-26 17:37:52 -07:00
Julian Thilo
8f83a6010a
rm inverted navbar search styles
2013-08-26 18:42:03 +02:00
Chris Rebert
d977c9902d
Merge pull request #10146 from unwiredben/master
...
javascript.html: add data-ride note
2013-08-25 21:36:31 -07:00
Ben Combee
92bb465ba3
javascript.html: add data-ride note
...
carousel docs were missing mention of the data-ride attribute
used to automatically start the carousel at load time
2013-08-25 23:07:43 -05:00
Chris Rebert
90604bbcea
Merge pull request #10148 from originell/patch-1
...
Correct Typo
2013-08-25 15:01:26 -07:00
Luis Nell
8401855f16
Correct Typo
2013-08-25 23:58:01 +02:00
Andreas Jendrzey
79efeec874
correct enable selector for button usage
...
following the given examples the correct selector to enable the buttons with javascript is ".btn-group".
2013-08-25 10:36:53 +02:00
Mark Otto
4c2b15d6f5
Merge pull request #10129 from pixelchutes/fix-3.0-migration-changes
...
Corrected 3.0 responsive utility class reference mapping when migrating ...
2013-08-25 00:36:03 -07:00
Mike Reid
62fde12c8a
Corrected 3.0 responsive utility class reference mapping when migrating from 2.x (now accounting for new Large device support.) Also synchronized breakpoint values from Grid options > Media queries, for clarity.
2013-08-25 00:05:20 -06:00
Mark Otto
bae1726509
Merge pull request #10128 from leoj3n/alert-block-remove
...
Fixes #9008 : remove `alert-block` class from example
2013-08-24 21:23:38 -07:00
Joel Kuzmarski
e63b6c0675
Fixes #9008 : remove alert-block
class from example
2013-08-24 23:01:08 -05:00
Mark Otto
86f28f0380
update raw files (should fix builds)
2013-08-24 14:47:58 -07:00
Mark Otto
00895977ff
Merge branch 'master' of github.com:twbs/bootstrap
2013-08-24 14:40:36 -07:00
Mark Otto
7c8d9551cc
fixes #9887 : documents show and hide classes
2013-08-24 14:40:24 -07:00
Mark Otto
26eb9f3440
Merge pull request #10112 from kevinSuttle/button-roles
...
Add role="button" to <a> buttons
2013-08-24 14:31:33 -07:00
Mark Otto
5491d53b99
Deprecate container-{device} vars for container-{size} classes; updates customizer and grid to do the same
2013-08-24 14:00:52 -07:00
Mark Otto
4c794aaaef
grunt dist on glyphicons width change
2013-08-24 13:59:03 -07:00
Mark Otto
d67ce62f5d
Merge pull request #9996 from jodytate/master
...
changed description of default button
2013-08-24 13:41:24 -07:00
Kevin Suttle
dd9c15273c
Add even more role="button" attributes
...
Missed the <a class="btw" in my regex search
2013-08-24 16:31:15 -04:00
Kevin Suttle
0add7700ad
Add role="button" to <a> buttons
...
These should really be <button> elements, but until that gets squared away, this will suffice.
2013-08-24 16:29:35 -04:00
Mark Otto
c0b00f22fe
forgot a pair of buttons
2013-08-24 12:30:46 -07:00
Mark Otto
74a778a7e6
Merge branch 'master' of github.com:twbs/bootstrap
2013-08-24 12:29:45 -07:00
Mark Otto
ab3e1762d4
turn some buttons into <button> elements where possible
2013-08-24 11:46:24 -07:00
Mark Otto
a167a910d9
Merge pull request #10103 from hero-m/patch-1
...
Another case for Issue #10099
2013-08-24 01:33:04 -07:00
hero-m
54dcb4b699
Another case for Issue #10099
...
Another case for Issue #10099
2013-08-24 12:11:12 +04:30
Mark Otto
d9e991fefe
Merge pull request #10059 from felixhirschfeld/patch-1
...
Add mixin for transition-property
2013-08-24 00:19:37 -07:00
Mark Otto
c7db8eadc2
Merge pull request #10022 from thomaswelton/proposal-glyphicon-block
...
Proposal - Fixed width for glypicons
2013-08-24 00:15:34 -07:00
Mark Otto
9733a998e2
fixes #9969 : add support for output element
2013-08-24 00:14:09 -07:00
Mark Otto
802e5caf51
Merge branch 'master' of github.com:twbs/bootstrap
2013-08-23 23:59:11 -07:00
Mark Otto
700d7e7b2c
Remove footnote links and inline them; link to contributing guidelines in readme
2013-08-23 23:58:38 -07:00
Mark Otto
a6a97e1b27
Merge pull request #9964 from thomaswelton/patch-1
...
Bower - Added fonts to "main" files
2013-08-23 23:52:24 -07:00
Mark Otto
fc0e7686fb
Merge branch 'master' of https://github.com/charnog/bootstrap into charnog-master
...
Conflicts:
dist/css/bootstrap.min.css
2013-08-23 23:40:12 -07:00
Mark Otto
705f7ba279
fixes #9876 : avoid dropdowns in navbar examples to prevent overlap
2013-08-23 23:39:11 -07:00
Mark Otto
ddd594c6e2
follow up to #9963 and #10005 : update docs to use .screen-*-min vars, update customizer as well; run grunt to adjust raw files
2013-08-23 23:33:16 -07:00
Mark Otto
adac269f95
grunt on previous ms scroll fix
2013-08-23 23:32:16 -07:00