| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-12-14 | Update devDependencies, gems and lots of cleanup/build fixes. | XhmikosR | 1 | -1/+2 | |
| * switch to grunt-postcss and autoprefixer directly; this is the recommended way. * uglify: specify `ie8` for compatibility * specify `cascade:false` for autoprefixer * specify `ieCompat` for less * drop grunt-contrib-compress since it doesn't work with Node.js 10.x * remove grunt-contrib-htmlmin to match the v4 docs * clean up Gruntfile.js * clean up .travis.yml and backport changes from v4 * build ie10-viewport-bug-workaround.less since it's used in examples * move shrinkwrap to root * bs-commonjs-generator.js: Use `path.posix` * remove .hound.yml * remove references to no longer used PR bots * backport and adapt the sri generation script from v4 | |||||
| 2017-11-25 | move from csslint to stylelint | Mark Otto | 1 | -2/+1 | |
| 2015-01-19 | Trim whitespaces | Geremia Taglialatela | 1 | -2/+2 | |
| 2015-01-16 | Added blank lines between selectors for alerts | Kevin Jannis | 1 | -0/+5 | |
| 2014-06-18 | Fix dismissible spelling | Bas Bosman | 1 | -2/+3 | |
| 2014-04-26 | Minor Spacing fixes | Nick Schonning | 1 | -1/+1 | |
| Flagged upstream in bootstrap-sass by scss-lint | |||||
| 2013-09-21 | @headingsColor → @headings-color | Zlatan Vasović | 1 | -1/+1 | |
| 2013-08-18 | Refactor alerts to have a base class, but no default class, thus requiring a ↵ | Mark Otto | 1 | -11/+7 | |
| modifier class at all times | |||||
| 2013-08-12 | fixes #9310: alerts aren't dismissable by default, now requires ↵ | Mark Otto | 1 | -10/+19 | |
| .alert-dismissable if you need a close button | |||||
| 2013-08-05 | Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵ | Mark Otto | 1 | -1/+1 | |
| saas786-3.0.0-wip Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less | |||||
| 2013-08-06 | Added padding variable for alerts and changed customize.html Warning state ↵ | Markus Maga | 1 | -1/+1 | |
| (which doesn't exist anymore) | |||||
| 2013-08-02 | fixes #9015: bold links not semibold in alerts | Mark Otto | 1 | -1/+1 | |
| 2013-08-02 | Resolves https://github.com/twbs/bootstrap/issues/9014. updates mixins to ↵ | Jon Schlinkert | 1 | -3/+3 | |
| consistently use semicolons as argument separator. Rebuild to confirm, no diff in compiled CSS. | |||||
| 2013-08-02 | Fix #9008: consolidate `.alert-block` styles into `.alert` | Mark Otto | 1 | -17/+10 | |
| 2013-07-28 | move things around | syed | 1 | -1/+1 | |
| Moved alerts, badges, button groups, buttons, carousel, close to variables.less and customize.html | |||||
| 2013-07-07 | extract .alert-variant mix-in | Chris Rebert | 1 | -27/+3 | |
| 2013-07-01 | Make more components mixin-friendly | Mark Otto | 1 | -7/+8 | |
| 2013-05-16 | Change up link alerts | Mark Otto | 1 | -9/+5 | |
| * No more children selectors to set all links in alerts as a special color because buttons and more wrongly inherited color * Adds .alert-link for easy styling in any alert | |||||
| 2013-05-09 | Unitless line-height | Mark Otto | 1 | -4/+4 | |
| * Instead of 20px as @line-height-base, use 1.5 * Update typographic scale for headings to use unitless as well--required some twerking of decimals a bit and some rounding * Introduce new @line-height-computed value, which takes base font-size and multiplies it by 1.5, for use in padding and margin on components | |||||
| 2013-04-20 | Make alerts use variables better | Mark Otto | 1 | -21/+21 | |
| 2013-04-20 | Only use .danger for alerts, no more .error | Mark Otto | 1 | -2/+1 | |
| 2013-04-09 | don't use table for label variatons | Mark Otto | 1 | -8/+7 | |
| 2013-03-31 | @state-*-background to @state-*-bg vars | Mark Otto | 1 | -4/+4 | |
| 2013-03-30 | Change error to danger for all classes; add panels component | Mark Otto | 1 | -5/+5 | |
| 2013-03-16 | Fixes #7150: colorize links in alerts | Mark Otto | 1 | -0/+18 | |
| 2013-03-14 | Use translucent box shadow on hr elements; colorize hr elements within alert ↵ | Mark Otto | 1 | -6/+21 | |
| components | |||||
| 2013-01-17 | remove global text-shadow from alerts components because it was fucking up ↵ | Mark Otto | 1 | -1/+0 | |
| buttons in a real way | |||||
| 2013-01-16 | restore alerts, and make them suck much less | Mark Otto | 1 | -17/+4 | |
| 2012-12-05 | Merge branch '2.2.2-wip' into 3.0.0-wip | Mark Otto | 1 | -0/+10 | |
| Conflicts: README.md docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/examples/fluid.html docs/scaffolding.html less/breadcrumbs.less less/popovers.less less/responsive.less | |||||
| 2012-12-03 | nuke comments | Mark Otto | 1 | -3/+0 | |
| 2012-12-03 | Fixing header color for success, error and info alerts | Andreas Cederström | 1 | -0/+13 | |
| 2012-11-30 | form state vars | Mark Otto | 1 | -12/+12 | |
| 2012-11-30 | more consistent variable naming patterns | Mark Otto | 1 | -3/+3 | |
| 2012-11-30 | Part 1 of unCamelCasing variables | Mark Otto | 1 | -2/+2 | |
| 2012-11-30 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -0/+4 | |
| Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/alerts.less less/button-groups.less less/buttons.less less/tests/css-tests.html | |||||
| 2012-11-28 | Fixes #5940: Prevent @headingsColor from changing alert colors | Mark Otto | 1 | -0/+4 | |
| 2012-11-02 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -1/+1 | |
| Conflicts: docs/assets/css/bootstrap.css docs/getting-started.html docs/templates/pages/getting-started.mustache less/accordion.less less/alerts.less less/breadcrumbs.less less/buttons.less less/code.less less/dropdowns.less less/forms.less less/navbar.less less/progress-bars.less less/responsive-navbar.less less/tables.less less/thumbnails.less less/tooltip.less less/wells.less | |||||
| 2012-10-03 | use border-radius vars where possible | Mark Otto | 1 | -1/+1 | |
| 2012-09-30 | remove .border-radius mixin and replace with standard border-radius ↵ | Mark Otto | 1 | -1/+1 | |
| property, since -webkit-* and -moz-* are only needed for older versions | |||||
| 2012-08-13 | running make on previous changes | Mark Otto | 1 | -0/+3 | |
| 2012-06-28 | standardize top level file comments | Mark Otto | 1 | -5/+12 | |
| 2012-06-17 | #3864: use @baseLineHeight in alerts.less | Mark Otto | 1 | -1/+1 | |
| 2012-06-10 | rewrite alerts and progress bars sections | Mark Otto | 1 | -4/+1 | |
| 2012-02-19 | Use inherit on alert-heading color | Jacob Rask | 1 | -14/+2 | |
| Heading then inherits from the parent alert. Avoids a lot of extra unneccessary CSS. | |||||
| 2012-01-28 | fix alert close position | Mark Otto | 1 | -0/+1 | |
| 2012-01-26 | moving structure around + more work on builder... | Jacob Thornton | 1 | -0/+69 | |
