aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-22re-fix #16154 in v4-dev /cc #17101Mark Otto9-87/+266
2015-08-22gruntMark Otto4-4/+4
2015-08-22fix shadows on btns to use mixinMark Otto1-2/+1
2015-08-22Merge pull request #17220 from cornedor/fix-17066Mark Otto1-4/+5
Removed mixin from focus outline box-shadow fixes #17066
2015-08-22Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-1/+4
2015-08-22avoid mentioning css block level in cards docs /cc #17158 #17103Mark Otto1-1/+1
2015-08-22add responsive typography note /cc #17095Mark Otto1-0/+30
2015-08-22nuke that page since it's now unusedMark Otto1-50/+0
2015-08-22Merge pull request #17059 from kkirsche/patch-7Mark Otto1-1/+4
State Edge support instead of IE 11 as latest
2015-08-22gruntMark Otto6-6/+6
2015-08-22fixes #17035Mark Otto1-1/+1
2015-08-22homepage docs calloutMark Otto5-7/+27
2015-08-22gruntMark Otto6-6/+6
2015-08-22Merge pull request #17235 from kkirsche/patch-28Chris Rebert1-0/+3
Add btn-info to buttons examples
2015-08-22Merge pull request #17236 from vsn4ik/remove_outdated_btn_group_xsChris Rebert3-8/+9
Remove outdated btn-xs and btn-group-xs
2015-08-22Remove dropped btn-xs and btn-group-xs from docsvsn4ik3-8/+9
2015-08-22Add btn-info to buttons examplesKevin Kirsche1-0/+3
Fix #17234
2015-08-22Merge pull request #17216 from Kevinci/patch-1Heinrich Fenkart1-1/+1
v4 - Fix broken holder.min.js link in album example
2015-08-22compress SVGsAlexandr Kondrashov1-3/+3
Well compressed, but I'm sure it is possible to compress more
2015-08-22replace PNG to SVG and compress SVGsAlexandr Kondrashov1-4/+4
before: https://pp.vk.me/c624325/v624325775/44408/FabMA25FDDs.jpg before(image-rendering: pixelated): https://pp.vk.me/c624325/v624325775/44416/Dzb6tO4Mmys.jpg after: https://pp.vk.me/c624325/v624325775/4440f/imd6KcYBgGI.jpg
2015-08-22Added comment explaining why there is no mixin hereCorné Dorrestijn1-0/+1
2015-08-21Update Preprocessor section of homepageMax Beatty3-2/+2
2015-08-21Removed mixin from focus ouline box-shadow fixes #17066Corné Dorrestijn1-4/+4
2015-08-21update broken holder.min.js linkKevin Imig1-1/+1
update broken holder.min.js link
2015-08-21v4 - Force linebreaks after grid tier names in v4 grid docsKevin Kirsche1-10/+10
Fix #17176 Sorry, I f'd up the rebase in #17186
2015-08-21modal.md - wrapped rows to a .container-fluid, added .bd-example-row for ↵petetnt1-20/+22
better visualization
2015-08-20forms.md: Fix link to disabled buttons docsChris Rebert1-1/+1
2015-08-20forms.md: Fix rebooted form styles linkChris Rebert1-1/+1
2015-08-20Fix options link in Tooltip docsChris Rebert1-1/+1
2015-08-20Fix options link in Popover docsChris Rebert1-1/+1
2015-08-20Popover docs: Fix "Tether" capitalizationChris Rebert1-3/+3
2015-08-20tooltips.md: Fix capitalization of "Tether" moreChris Rebert1-2/+2
2015-08-20tooltips.md: Fix capitalization of "Tether"Chris Rebert1-1/+1
2015-08-20Modal docs: Add MDN autofocus docs linkChris Rebert1-1/+1
2015-08-20<progress> docs: Add MDN linkChris Rebert1-1/+1
2015-08-20Merge pull request #17069 from kkirsche/patch-9Mark Otto2-9/+10
Card variables should be in _variables.scss
2015-08-20Pagination docs: Fix "pager alternative" linkChris Rebert1-1/+1
2015-08-20Breadcrumb docs: Add MDN CSS doc linksChris Rebert1-1/+1
2015-08-20Merge pull request #17084 from thejameskyle/tjk/3Mark Otto1-1/+1
v4 - Use doge instead of css for <pre> example
2015-08-20Merge pull request #17146 from kkirsche/patch-13Mark Otto1-13/+13
v4 - Add pixel values for the rem breakpoints and column sizes
2015-08-20Merge pull request #17178 from twbs/die-stateful-btnMark Otto1-15/+0
rm docs references to nuked stateful button feature
2015-08-20Merge pull request #17188 from kkirsche/patch-32Mark Otto1-1/+1
v4 - Add new table variants not in V3 to What's new
2015-08-20Merge pull request #17184 from kkirsche/patch-28Mark Otto1-1/+1
v4 - Fix Broken link in text alignment section of v4 Card docs
2015-08-20Merge pull request #17185 from kkirsche/patch-29Mark Otto1-1/+1
v4 - Fix broken link in Sass mixins section of v4 docs
2015-08-20Merge pull request #17161 from kkirsche/patch-22Mark Otto1-2/+2
v4 - Use border-radius mixin in form-control-sm and form-control-lg
2015-08-20Merge pull request #17189 from kkirsche/patch-33Mark Otto1-0/+2
v4 - Add new table functionality to table migration section
2015-08-20Merge pull request #17190 from kkirsche/patch-24Mark Otto1-0/+1
v4 - Remove weird extra border from GitHub follow buttons on v4 Team page
2015-08-20v4 - Remove weird extra border from GitHub follow buttons on v4 Team pageKevin Kirsche1-0/+1
Fix #17175 X-Ref Original Against Wrong Branch: #17179
2015-08-20Add new table functionality to table migration sectionKevin Kirsche1-0/+2
Calls out the new `.table-inverse`, `.table-reflow`, `.thead-default` and `.thead-inverse`
2015-08-20Add new table variants not in V3Kevin Kirsche1-1/+1
Audit the new table variants in V4 that aren't in V3