0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Commit Graph

8645 Commits

Author SHA1 Message Date
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
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
Mark Otto
64579505d2 Fixes #12916: Don't let .lead resize on viewport change 2014-03-04 13:52:13 -08:00
Mark Otto
5193f9f607 add svg logos to brand guidelines 2014-03-04 13:32:02 -08:00
Mark Otto
caf332080e Merge pull request #12897 from avindra/patch-1
Fix for stray 1px line under top navigation in Dashboard example
2014-03-04 11:35:32 -08:00
Mark Otto
0e6db62082 Merge pull request #12840 from twbs/rtl_via_css_flip
Add RTL via CSS Flip
2014-03-04 11:32:40 -08:00
Simon
02ca9de45f Update csscomb properties. 'colon-spac'e and 'stick-brace' don't take boolean values. 2014-03-04 15:29:53 +01:00
Mark Otto
d6e07f045c Merge branch 'master' into rtl_via_css_flip
Conflicts:
	docs/assets/js/raw-files.min.js
2014-03-04 00:41:57 -08:00
Mark Otto
1399497a02 grunt 2014-03-04 00:30:40 -08:00
Mark Otto
0c269c9639 Merge pull request #12745 from ronnyhaase/panel-vars
Defined and use variables for .panel-heading & .panel-footer padding
2014-03-04 00:27:08 -08:00
Mark Otto
477dc99ffa fix nav 2014-03-03 23:50:28 -08:00
Mark Otto
559b90f944 Rename RTL files and add some basic docs 2014-03-03 23:50:04 -08:00