2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
Commit Graph

8657 Commits

Author SHA1 Message Date
Mark Otto 84a7431dfd add responsive embed to customizer 2014-03-06 23:19:16 -08:00
Mark Otto 61c9e9df4b Merge branch 'master' of github.com:twbs/bootstrap 2014-03-06 23:18:39 -08:00
Mark Otto 705ff7f227 Moving the embed to it's own CSS file, moving the docs to the Components page with an example, fixing a Glyhpicons list problem in the docs 2014-03-06 23:18:13 -08:00
XhmikosR 73ad81d89c Add time-grunt plugin. 2014-03-07 08:47:23 +02:00
XhmikosR 589f872d74 Remove duplicate dependency. 2014-03-07 08:45:16 +02:00
XhmikosR 29d2de869e Specify engines in package.json.
Things don't work with older versions.
2014-03-07 08:44:43 +02:00
Mark Otto 12c619f5b9 Merge branch 'master' into boulox-responsive-embed
Conflicts:
	dist/css/bootstrap.css.map
	dist/css/bootstrap.min.css
	docs/assets/js/customize.min.js
	docs/assets/js/docs.min.js
	docs/css.html
	docs/dist/css/bootstrap.css.map
	docs/dist/css/bootstrap.min.css
2014-03-06 22:40:25 -08:00
Mark Otto 7e299c6a49 Fixes #12683: Remove the overflow: hidden; from the .panel-group > .panel because it apparently serves no purpose and cuts off nested dropdown menus. 2014-03-06 22:32:21 -08:00
Mark Otto df3eb66ede Merge branch 'master' into popovers-use-radii-var
Conflicts:
	dist/css/bootstrap.css.map
	docs/assets/js/raw-files.min.js
	docs/dist/css/bootstrap.css.map
2014-03-06 21:44:46 -08:00
Mark Otto 0c9308a3b2 Rewrite the disabled list group items to simplify styles 2014-03-06 21:40:22 -08:00
Mark Otto c8614c0f15 Merge branch 'master' into pr/12490
Conflicts:
	less/list-group.less
2014-03-06 21:32:52 -08:00
Mark Otto fab10b643e Merge branch 'master' of github.com:twbs/bootstrap 2014-03-06 21:26:48 -08:00
Mark Otto 9dc796155c Fixes #12722: Fixes up responsive tables in print
Safari renders this fine for one reason or another, but Chrome still renders the media query styles to make tables responsive. This change scopes them to screen devices only, so printing looks boss everywhere.
2014-03-06 21:25:34 -08:00
Mark Otto 645eebba61 Merge pull request #12894 from lipis/patch-2
Removed margin-bottom from last p of .blog-footer
2014-03-06 21:11:00 -08:00
mrmrs 4868096dbd Fixes #12934 2014-03-06 21:05:29 -08:00
Mark Otto 17e41098c8 Fixes #12824: Remove white-space: nowrap from code elements 2014-03-06 20:39:19 -08:00
Mark Otto 8526adf69c grunt 2014-03-06 20:33:10 -08:00
Mark Otto c16b43d974 Merge pull request #12924 from ahmadnassri/transition-timing-function-mixin
.transition-timing-function() Mixin
2014-03-06 20:27:22 -08:00
Chris Rebert 44a6202a7c Merge pull request #12943 from twbs/browser-bugs
add Wall of Browser Bugs docs page
2014-03-06 16:23:10 -08:00
Chris Rebert 421e7af137 add link from Getting Started page to Wall of Browser Bugs page 2014-03-06 15:19:27 -08:00
Chris Rebert 39f8bbac37 add docs page listing relevant outstanding browser bugs 2014-03-06 15:19:27 -08:00
Chris Rebert 839f8faa91 Merge pull request #12948 from twbs/js-quote-attr-vals
use quotes around all element attribute values in JS
2014-03-06 14:26:26 -08:00
Chris Rebert 4db5164dc6 Merge pull request #12950 from twbs/jscs-null-trick
re-enable requireCamelCaseOrUpperCaseIdentifiers in JSCS
2014-03-06 13:23:43 -08:00
Chris Rebert 310465b035 re-enable requireCamelCaseOrUpperCaseIdentifiers in JSCS & use null to override it for Gruntfile 2014-03-06 13:15:32 -08:00
Chris Rebert dec1c21e34 Merge pull request #12949 from twbs/use-our-grunt-plugin
switch to grunt-css-flip for RTL CSS generation
2014-03-06 12:59:47 -08:00
Chris Rebert c0447026f1 Disable requireCamelCaseOrUpperCaseIdentifiers JSCS option completely, for now
Can't disable it just for the Gruntfile due to https://github.com/mdevils/node-jscs/issues/287
2014-03-06 12:36:45 -08:00
Chris Rebert 56a5d93b82 switch to grunt-css-flip for RTL CSS generation 2014-03-06 12:31:28 -08:00
Chris Rebert 297303a7cc use quotes around all element attr vals in JS; fixes #12946 2014-03-06 11:12:17 -08:00
Chris Rebert af5a219718 fix #12936 2014-03-05 14:17:20 -08:00
XhmikosR c695d4315a Merge pull request #12926 from ZDroid/update-deps
grunt-contrib-jade@0.11.0
2014-03-05 20:52:08 +02:00
Zlatan Vasović c1d3337c74 Run grunt update-shrinkwrap 2014-03-05 18:07:50 +01:00
Zlatan Vasović 58201d7f11 grunt-contrib-jade@0.11.0 2014-03-05 09:25:35 +01:00
Ahmad Nassri de8b784913 .transition-timing-function Mixin
added .transition-timing-function(@timing-function) mixin, defaults to @timing-function.
2014-03-05 01:49:14 -05:00
XhmikosR d7dc8a7bd3 Merge pull request #12853 from twbs/jscs
Switch to JSCS
2014-03-05 08:42:50 +02:00
Mark Otto 10eb167e35 Fixes #12901: Refactors list group active state for use on non-anchors 2014-03-04 22:42:13 -08:00
Mark Otto fdbeefff59 nav 2014-03-04 16:56:35 -08:00
Mark Otto 7ffb90560e Merge branch 'master' of github.com:twbs/bootstrap 2014-03-04 16:56:09 -08:00
Mark Otto 24de9b0994 Fixes #12848: Account for and document progress bars at 0-3% 2014-03-04 16:55:15 -08:00
Chris Rebert 9dae5368f5 use full version number in deprecation note 2014-03-04 16:21:17 -08:00
Mark Otto 13ed379767 clarify deprecation /cc @cvrebert 2014-03-04 16:19:30 -08:00
Mark Otto e418377b11 Fixes #12697: Document readonly inputs 2014-03-04 15:16:38 -08:00
Mark Otto a0ac99efbf docs for #12873 2014-03-04 14:48:52 -08:00
Mark Otto a4df363174 grunt after merging #12917 2014-03-04 14:35:23 -08:00
Mark Otto 88f01c4934 Merge pull request #12917 from 5im0n/master
Update dont' working csscomb properties
2014-03-04 14:34:08 -08:00
Mark Otto 026e2f8d30 Grunt after merging #12863 2014-03-04 14:24:09 -08:00
Mark Otto 56c6525f23 Merge pull request #12863 from Sojaner/master
Fix for issue #12854 on push and pull resets
2014-03-04 14:21:28 -08:00
Mark Otto 8f2a787c36 grunt 2014-03-04 14:20:48 -08:00
Mark Otto 7733f24373 Fixes #12868: Enables icon feedback on validation states for large/small inputs.
Also reorders the CSS to place Glyhpicons as a dependency before other components for fewer overrides and less specific CSS.
2014-03-04 14:12:57 -08:00
Mark Otto 1c66f30b6a Fixes #12913: Remove scoped media queries from custom xs grid mixins 2014-03-04 13:54:56 -08:00
Mark Otto f45df64670 Fixes #12914: Darken immediate children hr elements in jumbotrons 2014-03-04 13:54:09 -08:00