]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Tue, 23 Jun 2015 06:24:55 +0000 (23:24 -0700)]
rewrite some navbar stuff, clean out some commented out code
Mark Otto [Tue, 23 Jun 2015 06:24:32 +0000 (23:24 -0700)]
line-height-base to line-height var
Mark Otto [Tue, 23 Jun 2015 05:52:14 +0000 (22:52 -0700)]
remove commented out var
Mark Otto [Tue, 23 Jun 2015 05:52:09 +0000 (22:52 -0700)]
indentation
Mark Otto [Tue, 23 Jun 2015 02:02:30 +0000 (19:02 -0700)]
Remove var
Mark Otto [Tue, 23 Jun 2015 01:57:56 +0000 (18:57 -0700)]
drop more -base, clean up var spacing
Mark Otto [Tue, 23 Jun 2015 01:53:04 +0000 (18:53 -0700)]
drop the base (hahaha), no but seriously drop the -base from our vars since it's cleaner
Mark Otto [Tue, 23 Jun 2015 00:37:52 +0000 (17:37 -0700)]
comment
Mark Otto [Mon, 22 Jun 2015 23:33:23 +0000 (16:33 -0700)]
grunt
Mark Otto [Mon, 22 Jun 2015 23:33:17 +0000 (16:33 -0700)]
rename -horizontal and -vertical vars to -x and -y for consistency
Mark Otto [Mon, 22 Jun 2015 23:30:56 +0000 (16:30 -0700)]
grunt
Mark Otto [Mon, 22 Jun 2015 23:30:52 +0000 (16:30 -0700)]
clarify some stuff about small navbar; also renamed navbar-condensed to -sm
Mark Otto [Mon, 22 Jun 2015 23:30:31 +0000 (16:30 -0700)]
tweak small forms, small inputs; trying to equalize their rendered dimensions
Mark Otto [Mon, 22 Jun 2015 23:17:18 +0000 (16:17 -0700)]
fix margin again
Mark Otto [Sat, 20 Jun 2015 03:41:20 +0000 (20:41 -0700)]
Merge pull request #130 from twbs/v4_builds
Custom v4 CSS builds
Mark Otto [Fri, 19 Jun 2015 23:26:33 +0000 (16:26 -0700)]
Merge branch 'v4' into v4_builds
Mark Otto [Fri, 19 Jun 2015 07:14:52 +0000 (00:14 -0700)]
fix scsslint.yml path
Mark Otto [Fri, 19 Jun 2015 07:14:36 +0000 (00:14 -0700)]
fix scss linting
Mark Otto [Fri, 19 Jun 2015 07:05:40 +0000 (00:05 -0700)]
nuke unused .csslintrc
Mark Otto [Fri, 19 Jun 2015 07:02:51 +0000 (00:02 -0700)]
remove less dir
Mark Otto [Fri, 19 Jun 2015 07:01:57 +0000 (00:01 -0700)]
fix vars, grunt that shit
Mark Otto [Fri, 19 Jun 2015 07:00:21 +0000 (00:00 -0700)]
fix placement of mixin
Mark Otto [Fri, 19 Jun 2015 06:56:43 +0000 (23:56 -0700)]
Merge branch 'master' into v4
Mark Otto [Thu, 18 Jun 2015 23:03:48 +0000 (16:03 -0700)]
Use percentages in responsive embed modifiers
- Credit: @adammacias
- Originally proposed in #16499 with previous commit
Mark Otto [Thu, 18 Jun 2015 23:01:52 +0000 (16:01 -0700)]
Add 21x9 responsive embed modifier
- Credit: @adammacias
- Fixes #16499
Mark Otto [Thu, 18 Jun 2015 22:48:54 +0000 (15:48 -0700)]
grunt
Mark Otto [Thu, 18 Jun 2015 17:19:50 +0000 (10:19 -0700)]
Create new stylesheets for optional builds and add them to Gruntfile tasks
Mark Otto [Wed, 17 Jun 2015 01:49:36 +0000 (18:49 -0700)]
Merge pull request #16651 from kkirsche/paginationBorder
Fix hover border covering active in pagination
Kevin Kirsche [Tue, 16 Jun 2015 19:43:18 +0000 (15:43 -0400)]
Fix hover border covering active in pagination
Fix #16646
Julian Thilo [Tue, 16 Jun 2015 16:45:08 +0000 (18:45 +0200)]
Update customize.min.js with version bump
Mark Otto [Tue, 16 Jun 2015 16:37:42 +0000 (09:37 -0700)]
bump version
Mark Otto [Tue, 16 Jun 2015 16:13:22 +0000 (09:13 -0700)]
customizer and raw files
Mark Otto [Tue, 16 Jun 2015 16:10:22 +0000 (09:10 -0700)]
bump version
Mark Otto [Tue, 16 Jun 2015 16:06:51 +0000 (09:06 -0700)]
grunt
Mark Otto [Sat, 13 Jun 2015 21:05:25 +0000 (14:05 -0700)]
overhaul nav and shit again
- drop the index pages save for examples
- comment out the extend section for now
- fix up spacing fix on team list
Mark Otto [Sat, 13 Jun 2015 20:26:10 +0000 (13:26 -0700)]
album example added
Mark Otto [Sat, 13 Jun 2015 20:26:05 +0000 (13:26 -0700)]
components index
Patrick H. Lauke [Thu, 11 Jun 2015 11:53:46 +0000 (12:53 +0100)]
Merge pull request #16623 from patrickhlauke/docs-modal-role-fix
Add role="document" to modal dialog content
Patrick H. Lauke [Thu, 11 Jun 2015 11:47:52 +0000 (12:47 +0100)]
Slightly expand accessible modals callout
to include a note about `role="document"`
Patrick H. Lauke [Thu, 11 Jun 2015 11:40:24 +0000 (12:40 +0100)]
Add role="document" to modal itself
Initial fix to generalise use of modals. Generally, true role="dialog"
containers would require only forms/controls as content, with all other
text correctly and explicitly associated via
aria-labelledby/aria-describedby and similar...but as authors use modals
also as generic overlays, this extra role is required to get AT
(particularly NVDA) out of "forms" mode and reenable reading keys
Chris Rebert [Wed, 10 Jun 2015 10:50:53 +0000 (03:50 -0700)]
Merge pull request #16614 from simonpai/simonpai-patch-1
Fix asymmetry between dropup and dropdown carets.
Simon Pai [Wed, 10 Jun 2015 07:52:01 +0000 (15:52 +0800)]
Fix asymmetry between dropup and dropdown carets.
Mark Otto [Tue, 9 Jun 2015 23:28:17 +0000 (16:28 -0700)]
tweak code styles
Mark Otto [Tue, 9 Jun 2015 23:28:09 +0000 (16:28 -0700)]
spec out variables customize docs
Mark Otto [Tue, 9 Jun 2015 23:09:33 +0000 (16:09 -0700)]
some download changes
Mark Otto [Tue, 9 Jun 2015 22:45:40 +0000 (15:45 -0700)]
copy editing on homepage
Mark Otto [Tue, 9 Jun 2015 22:24:28 +0000 (15:24 -0700)]
remove commented out css
Mark Otto [Tue, 9 Jun 2015 22:23:21 +0000 (15:23 -0700)]
grunt
Mark Otto [Tue, 9 Jun 2015 22:23:18 +0000 (15:23 -0700)]
hide the brand on small viewports
Mark Otto [Tue, 9 Jun 2015 22:22:57 +0000 (15:22 -0700)]
redo most of the css for the masthead, page headers, and ads
Mark Otto [Tue, 9 Jun 2015 04:14:54 +0000 (21:14 -0700)]
grunt
Mark Otto [Mon, 8 Jun 2015 22:31:28 +0000 (15:31 -0700)]
Merge pull request #16591 from ZDroid/patch-1
Add Slack link to `CONTRIBUTING.md`
Kevin Kirsche [Mon, 8 Jun 2015 08:34:46 +0000 (01:34 -0700)]
Use new gradient syntax in justified nav example; fixes #16598
Closes #16599 by merging a tweaked version of it.
Zlatan Vasović [Fri, 5 Jun 2015 09:35:13 +0000 (11:35 +0200)]
Add Slack link to `CONTRIBUTING.md`
Mark Otto [Wed, 3 Jun 2015 04:36:03 +0000 (21:36 -0700)]
Merge pull request #16579 from kkirsche/patch-8
Include Slack in CONTRIBUTING.md's list of places to get help
Kevin Kirsche [Wed, 3 Jun 2015 01:51:45 +0000 (21:51 -0400)]
Include Slack in list of places to get help
As Slack is a common replacement for IRC for projects (e.g. Wordpress), I propose that we encourage the use of Slack as you have members of the core team using it while IRC often does not have any of the core team available.
Patrick H. Lauke [Tue, 2 Jun 2015 10:21:26 +0000 (11:21 +0100)]
Merge pull request #16571 from patrickhlauke/generalize-dropdowns
generalize dropdowns / drop role="menu"
Patrick H. Lauke [Tue, 2 Jun 2015 08:41:40 +0000 (09:41 +0100)]
generalize dropdowns / drop role="menu"
as role="menu" is a very specific (and strict) ARIA pattern for
desktop-like application menus, and our dropdowns are often used
as pure navigation dropdowns, this change abandons ARIA menus for
a more open-ended and light-weight approach
(see http://heydonworks.com/practical_aria_examples/#submenus and
http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria)
note that in dropdown.js, switched to now target ``.dropdown-menu``
instead of ``role["menu"]`` - this also prevents bootstrap scripts
from "bleeding" into non-bootstrap components on the same page.
also removed the ``role=["listbox"]`` part, which appears to be
vestigial/unused (only place in bootstrap that uses that
role are carousels, and their key handling is done separately)
Chris Rebert [Mon, 1 Jun 2015 23:55:00 +0000 (16:55 -0700)]
Merge pull request #16567 from justincron/master
Fixed typo in hide-text.less
[skip sauce]
[skip validator]
Justin Cron [Mon, 1 Jun 2015 20:17:32 +0000 (13:17 -0700)]
Fixed typo
Mark Otto [Mon, 1 Jun 2015 18:50:00 +0000 (11:50 -0700)]
Merge pull request #16566 from ipdae/master
change korean translation site url
yang [Mon, 1 Jun 2015 14:44:42 +0000 (23:44 +0900)]
change korean translation site url
Mark Otto [Mon, 1 Jun 2015 08:19:02 +0000 (01:19 -0700)]
move spacing utils to separate file, document them a bit
XhmikosR [Mon, 1 Jun 2015 06:55:02 +0000 (09:55 +0300)]
Run `grunt`.
[ci skip]
XhmikosR [Mon, 1 Jun 2015 06:58:35 +0000 (09:58 +0300)]
XhmikosR [Mon, 1 Jun 2015 06:46:22 +0000 (09:46 +0300)]
docs: update uglify-js to v2.4.23.
[ci skip]
XhmikosR [Mon, 1 Jun 2015 06:45:26 +0000 (09:45 +0300)]
Bump load-grunt-tasks.
Mark Otto [Mon, 1 Jun 2015 06:53:14 +0000 (23:53 -0700)]
grunt
Mark Otto [Mon, 1 Jun 2015 03:13:49 +0000 (20:13 -0700)]
add updated scss lint yml file
Mark Otto [Sun, 31 May 2015 00:32:20 +0000 (17:32 -0700)]
Merge pull request #16484 from kkirsche/patch-13
ScrollSpy requires non-body elements to have height and overflow…
Mark Otto [Sat, 30 May 2015 22:30:44 +0000 (15:30 -0700)]
clarify ie8- support
Kevin Kirsche [Thu, 14 May 2015 23:06:00 +0000 (19:06 -0400)]
[Close #16441] ScrollSpy requires non-body elements to have height and padding
[Close #16441] ScrollSpy requires non-body elements to have height and padding
Mark Otto [Sat, 30 May 2015 22:08:02 +0000 (15:08 -0700)]
Merge pull request #16565 from TimothyGu/patch-1
Adjust Carbon Ads margin on -xs
Timothy Gu [Sat, 30 May 2015 21:57:41 +0000 (14:57 -0700)]
Adjust Carbon Ads margin on -xs
The .container that immediately surrounds .carbonad has a padding of 15px, not 30px.
Fixes #16552.
Mark Otto [Fri, 29 May 2015 23:05:42 +0000 (16:05 -0700)]
remove utils from media alignment
Patrick H. Lauke [Fri, 29 May 2015 23:05:34 +0000 (00:05 +0100)]
Merge pull request #16561 from patrickhlauke/docs-separators
ensure divider list items have `role="separator"`
Patrick H. Lauke [Fri, 29 May 2015 22:48:35 +0000 (23:48 +0100)]
ensure divider list items have role="separator"
http://www.w3.org/TR/wai-aria/roles#separator
Mark Otto [Fri, 29 May 2015 21:05:42 +0000 (14:05 -0700)]
comment out third level of nav
Mark Otto [Fri, 29 May 2015 21:05:31 +0000 (14:05 -0700)]
fix utils ToC listing by unnesting headings
Mark Otto [Fri, 29 May 2015 21:05:14 +0000 (14:05 -0700)]
fix thumbnails for everywhere
Mark Otto [Fri, 29 May 2015 21:05:02 +0000 (14:05 -0700)]
enforce line-height on badges at all times
Mark Otto [Fri, 29 May 2015 20:53:22 +0000 (13:53 -0700)]
move flexbox to getting started
Mark Otto [Fri, 29 May 2015 20:09:57 +0000 (13:09 -0700)]
grunt
Mark Otto [Fri, 29 May 2015 20:09:54 +0000 (13:09 -0700)]
cards update
Mark Otto [Fri, 29 May 2015 20:09:07 +0000 (13:09 -0700)]
update cards docs to clarify things, fix remaining broken cards
Mark Otto [Fri, 29 May 2015 09:09:44 +0000 (02:09 -0700)]
grunt
Mark Otto [Fri, 29 May 2015 08:59:54 +0000 (01:59 -0700)]
clean up card styles. add new vars
Mark Otto [Fri, 29 May 2015 08:59:20 +0000 (01:59 -0700)]
style the markdown toc a bit to hide the first item (the contents heading)
Mark Otto [Fri, 29 May 2015 08:58:52 +0000 (01:58 -0700)]
add markdown toc stuff
Mark Otto [Fri, 29 May 2015 03:05:48 +0000 (20:05 -0700)]
fix scrolling of sidebar
Mark Otto [Thu, 28 May 2015 21:08:25 +0000 (14:08 -0700)]
don't use anchor.js on h1s in the docs
Mark Otto [Thu, 28 May 2015 21:08:11 +0000 (14:08 -0700)]
change card styles in docs examples to use just a max-width for now
Mark Otto [Thu, 28 May 2015 21:07:45 +0000 (14:07 -0700)]
change holder from blue to gray
Mark Otto [Thu, 28 May 2015 21:07:34 +0000 (14:07 -0700)]
rewrite much of cards and the docs
Mark Otto [Thu, 28 May 2015 17:37:12 +0000 (10:37 -0700)]
add flexbox variation for .card-group
Mark Otto [Thu, 28 May 2015 02:00:11 +0000 (19:00 -0700)]
new card sizing maybe
Mark Otto [Thu, 28 May 2015 00:37:22 +0000 (17:37 -0700)]
when using flexbox, don't add a clearfix
doing so fubars the grid column rounding (in safari at least) and causes layout problems
Mark Otto [Wed, 27 May 2015 22:49:55 +0000 (15:49 -0700)]
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
Conflicts:
dist/css/bootstrap.css
dist/css/bootstrap.css.map
docs/assets/css/docs.min.css
Chris Rebert [Tue, 26 May 2015 22:15:15 +0000 (15:15 -0700)]
Merge pull request #16504 from kkirsche/patch-8
Clarify the bs-callout on multiple open modals
Chris Rebert [Tue, 26 May 2015 17:32:13 +0000 (10:32 -0700)]
Merge pull request #16533 from mortonfox/patch-1
Update source maps link