aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2014-12-31gruntMark Otto1-1/+1
2014-12-31larger hr border width so it shows upMark Otto1-1/+1
2014-12-31tweak and improve jumbotronsMark Otto1-12/+8
2014-12-31fix some source code for custom formsMark Otto1-3/+4
2014-12-29Merge pull request #22 from twbs/alert-headingChris Rebert1-11/+12
Use .alert-heading instead of hardcoding <h4>
2014-12-29un-nest .alert-heading & .alert-linkChris Rebert1-11/+12
2014-12-29refactor tooltip+popover CSS to decrease chaining+nestingChris Rebert2-103/+96
2014-12-29CSS: prefix .{right,left,top,bottom} with 'tooltip-'/'popover'Chris Rebert2-16/+16
2014-12-29remove now-redundant .popover parent in .popover-arrow selectorsChris Rebert1-3/+3
2014-12-29rename .arrow => .popover-arrowChris Rebert1-8/+8
2014-12-26Merge pull request #21 from twbs/deprecated-tooltip-placementsChris Rebert1-29/+0
Remove deprecated tooltip placements
2014-12-25improve code quality on custom formsMark Otto2-251/+214
2014-12-24custom forms: checkbox and radio stacked optionMark Otto1-2/+27
2014-12-24Automate breakpointsGleb Mazovetskiy9-154/+163
Breakpoints and container widths are now defined as maps.
2014-12-24Update styles for Ruby Sass compatGleb Mazovetskiy5-5/+13
2014-12-24some cleanupMark Otto1-33/+41
2014-12-24add custom forms, stub out examples for radios and checkboxesMark Otto2-0/+292
2014-12-23Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto6-26/+10
Conflicts: docs/components/helpers.md scss/_utilities.scss
2014-12-23add [hidden] utility for hiding any html element (see #15274 for more context)Mark Otto1-0/+7
2014-12-22Merge pull request #50 from twbs/disabled-pseudoMark Otto4-8/+8
use :disabled pseudo-class instead of [disabled] attribute
2014-12-22Merge pull request #53 from twbs/firefox-placeholder-opacityMark Otto1-0/+1
Re-add Firefox placeholder opacity workaround
2014-12-22Merge pull request #45 from twbs/bye-hiddenMark Otto1-12/+0
Remove .hidden and .show classes
2014-12-22Re-add Firefox placeholder opacity workaroundChris Rebert1-0/+1
2014-12-22Let Normalize.css normalize <figure>'s marginChris Rebert1-10/+0
2014-12-22Remove min--moz-device-pixel-ratioChris Rebert1-3/+1
Bootstrap v4 no longer supports the old versions of Firefox affected by this typo bug.
2014-12-22[disabled] => :disabledChris Rebert4-8/+8
:disabled is supported in IE9+ and all modern browsers
2014-12-20variables: fix fade-inGleb Mazovetskiy1-1/+1
2014-12-19Merge pull request #46 from twbs/trailing-whitespaceChris Rebert4-16/+16
rm trailing whitespace
2014-12-19rm trailing whitespaceChris Rebert4-16/+16
2014-12-18rewrite all table styles to remove in selectorsMark Otto1-147/+63
2014-12-18Remove .hidden and .show classesChris Rebert1-12/+0
.hidden is incompatible with jQuery's $(...).hide()
2014-12-18Merge pull request #42 from twbs/pagerChris Rebert1-14/+14
rename .previous => .pager-prev , .next => .pager-next
2014-12-17rename .item => .carousel-itemChris Rebert1-1/+1
2014-12-17rename .previous => .pager-prev , .next => .pager-nextChris Rebert1-14/+14
2014-12-17Merge pull request #33 from twbs/rm-android-workaroundMark Otto2-2/+0
Remove defunct `background-image: none` Firefox-on-Android workaround
2014-12-17Merge pull request #35 from twbs/rm-chrome-osx-print-workaroundMark Otto1-6/+0
Remove defunct OS X Chrome <select> printing bug workaround
2014-12-17Merge pull request #29 from twbs/ie9-minimum-docsMark Otto2-7/+7
Remove ancillary references to IE<9 in comments+docs
2014-12-16Remove defunct OS X Chrome <select> printing bug workaroundChris Rebert1-6/+0
Chrome fixed the bug as of v37: https://code.google.com/p/chromium/issues/detail?id=282918
2014-12-16Remove defunct `background-image: none` Firefox-on-Android workaroundChris Rebert2-2/+0
Mozilla fixed the bug circa Firefox 33-35: https://bugzilla.mozilla.org/show_bug.cgi?id=763671 Firefox 34 is the current version. Firefox 35 should be current by the time Bootstrap v4 is released.
2014-12-16Remove ancillary references to IE<9 in comments+docsChris Rebert2-7/+7
2014-12-15Use .alert-heading instead of hardcoding <h4>Chris Rebert1-2/+2
2014-12-15remove deprecated tooltip placementsChris Rebert1-29/+0
2014-12-11Clean up some navbar.scss, drop the -float-breakpoint var entirelyMark Otto2-155/+11
2014-12-11Use grid classes or mixins on .dl-horizontal, update docs to include it, ↵Mark Otto4-24/+8
removes auto truncate and makes .text-overflow mixin into a .text-truncate class and mixin combo for better granularity
2014-12-11Merge pull request #13 from twbs/default-varsMark Otto1-342/+342
Apply !default to SCSS variables
2014-12-11Merge branch 'v4' into scss-lintMark Otto4-76/+53
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css scss/_card.scss
2014-12-11Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto2-58/+48
2014-12-11fix all validation, turn off some settings, add sort orderMark Otto29-273/+555
2014-12-11Merge pull request #6 from twbs/grid-framework-refactorGleb Mazovetskiy2-58/+48
Refactor grid_framework
2014-12-10Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto3-25/+3
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/css/docs.min.css.map