Mark Otto
b0225c073a
add responsive images section to docs ( fixes #8734 )
2013-07-28 22:00:49 -07:00
Mark Otto
af90282858
Merge pull request #8730 from eluttner/3.0.0-wip
...
Javascript - tooltips directions - easier visualization
2013-07-28 21:50:06 -07:00
Chris Rebert
59ad7a9cf4
docs.css: Remove border-color that's missing a value
...
/cc @mdo to fix this properly later
/cc @rcotrina94 from e1bb94c383
2013-07-28 20:53:59 -07:00
Nicholas Westlake
8858ef4dae
Format multiple badges in list-group-item
2013-07-28 21:25:16 -05:00
eduardo luttner
6652e2684d
Javascript - tooltips directions - easier visualization
...
Changed the order of the visualization. It is not the css order, however it is easier to see the tooltips
2013-07-28 22:46:16 -03:00
Andrey Popp
0d7940d950
get rid of out of order variable declaration
2013-07-29 03:04:12 +04:00
Guillermo González de Agüero
7dba45bae7
Deleted unnecessary ID from modals example
2013-07-28 19:46:15 +02:00
Guillermo González de Agüero
c649a04286
Deleted "show-grid" class from examples
2013-07-28 19:40:50 +02:00
Mark Otto
e1180daca0
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
2013-07-28 09:42:56 -07:00
Mark Otto
67e89ea2bf
Merge pull request #8712 from claydiffrient/3.0.0-wip
...
Fix wording in 'hidden on...' to be in line with 3.0 wording.
2013-07-28 09:38:12 -07:00
Mark Otto
111dc1492f
fixes #8714 : correct stacked pills nav
2013-07-28 09:37:10 -07:00
Haukur Páll Hallvarðsson
582787342e
Fix relative links to examples and links to docs
2013-07-28 15:37:53 +00:00
Clay Diffrient
98a24cbd25
Fix wording in 'hidden on...' to be in line with 3.0 wording.
2013-07-28 08:57:10 -06:00
syed
1aedb7862c
move things around
...
Moved alerts, badges, button groups, buttons, carousel, close to
variables.less and customize.html
2013-07-28 17:32:08 +05:00
Chris Rebert
c947ab1c9a
fix #8701 : IE 10+ supports <fieldset disabled>
...
*golf clap*
2013-07-28 03:48:40 -07:00
Chris Rebert
89746174b7
Safari handles <fieldset disabled> just fine; fixes #8698
...
This makes me wonder whether recent IE might actually support this too.
If not, your move IE Team.
2013-07-28 02:05:38 -07:00
Mark Otto
b9ff423443
derp, no s on that url
2013-07-28 00:08:55 -07:00
Mark Otto
c6aedfb877
point to different download urls
2013-07-28 00:03:24 -07:00
Mark Otto
4f793752c5
temporarily undo @fat's scrollspy enhancement since it fucks firefox and ie
2013-07-27 23:53:09 -07:00
Mark Otto
939c9590e5
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
2013-07-27 23:45:11 -07:00
Chris Rebert
908f4c342b
Merge pull request #8696 from twbs/jshintrc
...
get jshint close to passing by updating .jshintrc settings
2013-07-27 23:12:00 -07:00
liuyl
efac0bf8d6
make pull-right !important
2013-07-28 14:05:47 +08:00
Chris Rebert
9c672c6b20
get jshint close to passing by updating .jshintrc settings
...
I don't agree with these personally, but they jive with BS/@fat's JS code style.
The remaining jshint complaints are things that really actually should get fixed.
2013-07-27 21:56:44 -07:00
Chris Rebert
c25bf6ba46
Merge pull request #8695 from twbs/fix-grunt-jshint
...
Fix grunt jshint
2013-07-27 21:43:27 -07:00
Chris Rebert
03b2866b9e
tweak Gruntfile.js so it passes jshint
2013-07-27 21:39:11 -07:00
Chris Rebert
ba62cfeffe
workaround possible bug in grunt-contrib-jshint
2013-07-27 21:38:59 -07:00
Chris Rebert
880f43221d
tweak Gruntfile.js so it passes jshint
2013-07-27 21:33:41 -07:00
Chris Rebert
8a430b3698
workaround possible bug in grunt-contrib-jshint
2013-07-27 21:33:11 -07:00
Ross Allen
d149f651f2
Add Bootstrap JS to make collapsible nav work
...
This example uses the collapsible nav for smaller screen sizes, and it
requires Bootstrap JS to get that functionality.
2013-07-27 20:40:24 -07:00
Ross Allen
cee5f6fbdf
Add new 'form-control' class to style header inputs
2013-07-27 20:39:24 -07:00
Ross Allen
1a1bc33406
Replace 'input-block-level' with 'form-control'
...
'input-block-level' was replaced with 'form-control' in v3. To get
block-level inputs, the 'form-control' class is now needed.
2013-07-27 20:24:28 -07:00
Ross Allen
ce1fdc5ded
Update carousel example JS path
...
'bootstrap.min.js' lives in '../bootstrap/js' now. Switch to the
minified version for a smaller download since this example is focused
on CSS changes, not JavaScript ones.
2013-07-27 20:17:53 -07:00
Ross Allen
c834b4027c
Match .carousel-inner specificity to beat styles
...
'.carousel ing' was replaced with '.carousel-inner > .item > img' in
3.0 and now loses the specificity war. To make carousel images 500px
tall, match specificity to make carousel.css win.
2013-07-27 20:14:49 -07:00
Mark Otto
7b6f85c179
Remove back to top link from docs
2013-07-27 19:50:33 -07:00
Mark Otto
ce57378705
fixes #8665 : have modals use auto margin on sides and widen it instead of positioning and negative margin
2013-07-27 19:38:05 -07:00
Mark Otto
5aad25b34b
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
2013-07-27 18:56:52 -07:00
Mark Otto
b281ad6409
Input groups overhaul
...
* Moves input groups CSS into separate file
* Moves input groups docs into the Components page
* Add support for radios and checkboxes in input groups to fix #8679
2013-07-27 18:56:31 -07:00
Chris Rebert
2f39259d9b
Merge pull request #8685 from jouve/3.0.0-wip
...
fix README.md
2013-07-27 18:13:54 -07:00
Cyril Jouve
b4f5687c05
fix README.md
2013-07-28 02:52:39 +02:00
Mark Otto
e953c23019
fixes #8659 : remove lingering .nav-header
2013-07-27 16:51:04 -07:00
Mark Otto
8cb1b766f8
fixes #8642 : use .pull-right to keep dropdowns aligned in example
2013-07-27 16:41:02 -07:00
Mark Otto
14f688c7fc
fixes #8675 : align horizontal form label and input
2013-07-27 16:37:45 -07:00
Mark Otto
51515e6791
Merge pull request #8676 from sprice/update-editorconfig
...
Remove Makefile section from .editorconfig
2013-07-27 14:56:29 -07:00
Shawn Price
d8b477f273
Use local copy of jquery instead of hotlinking
2013-07-27 14:30:38 -07:00
Shawn Price
dfa71726a9
Fix path to bootstrap javascript
2013-07-27 14:28:13 -07:00
Shawn Price
d14c72f334
Remove Makefile section from .editorconfig
2013-07-27 14:04:46 -07:00
Mark Otto
57bc65f7f8
Merge pull request #8650 from loic/3.0.0-wip
...
Fixed minor typos in css.html
2013-07-27 11:26:28 -07:00
Mark Otto
1fb1c40aba
Merge pull request #8657 from Micronax/3.0.0-wip
...
Added rel="stylesheet" to CDN-Examples
2013-07-27 11:25:17 -07:00
Mark Otto
1ca5c2bdb9
Merge pull request #8663 from mekishizufu/fix-typo
...
Fix typo in css.html
2013-07-27 11:24:32 -07:00
Loic Bistuer
273a388995
Fixed minor typos in javascript.html
2013-07-28 00:57:12 +07:00