aboutsummaryrefslogtreecommitdiff
path: root/dist/css
AgeCommit message (Collapse)AuthorFilesLines
2013-07-31start on navbarMark Otto2-1/+21
2013-07-31start with buttonsMark Otto2-1/+138
2013-07-31Run make on prev workMark Otto2-28/+28
2013-07-30Compiles changes to CSSBrian Nelson2-3/+3
2013-07-30make navbar-text float leftliuyl2-1/+3
2013-07-29Refactor .input-* sizing a bit by not chaining to .form-control (fixes #8672)Mark Otto2-3/+8
2013-07-29fixes #8670: move list group bg color to individual items for mo betta renderingMark Otto2-2/+2
2013-07-29Restore mini button (fixes #8644)Mark Otto2-2/+7
2013-07-29add focus to button group active button behaviorMark Otto2-1/+3
2013-07-29buttonsliuyl2-1/+6
2013-07-28fixes #8714: correct stacked pills navMark Otto2-2/+2
2013-07-28make pull-right !importantliuyl2-9/+3
2013-07-27fixes #8665: have modals use auto margin on sides and widen it instead of ↵Mark Otto2-7/+4
positioning and negative margin
2013-07-27Input groups overhaulMark Otto2-160/+165
* Moves input groups CSS into separate file * Moves input groups docs into the Components page * Add support for radios and checkboxes in input groups to fix #8679
2013-07-27fixes #8659: remove lingering .nav-headerMark Otto2-5/+1
2013-07-27fixes #8675: align horizontal form label and inputMark Otto2-2/+2
2013-07-26rebuild + use serif arrowsfat2-1/+2
2013-07-26Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-9/+15
Conflicts: dist/css/bootstrap.min.css
2013-07-26Fix up dropdowns being incorrectly positioned on nav pillsMark Otto2-2/+2
2013-07-26use transforms to make the dialog smoooothfat2-9/+15
2013-07-26Undo changes from #8582 because it made links uneven on desktopMark Otto2-5/+3
/cc @salman-javed-confiz
2013-07-26Twerk lead font-size for mobile devicesMark Otto2-2/+8
2013-07-26rebuild + fix #2539fat2-1/+2
2013-07-26change how collapse works - collapse, collapsing, and infat2-5/+9
2013-07-26Update inline and horizontal formsMark Otto2-7/+35
* No more need for `.row.form-group`--only need `.form-group` * Change tag selectors for inline form to use `.form-control` * Docs improved to explain what's happening
2013-07-26Use `.form-control` in input sizing CSSMark Otto2-33/+3
2013-07-26grunt on previous commitsMark Otto2-5/+1
2013-07-26Fixes #8605: use `.form-control` in `.input-group` instead of HTML tagsMark Otto2-7/+6
2013-07-26Vars updateMark Otto2-8/+7
* Drop progress bar text-shadow * Reorganize popover and tooltip vars and fix complier error due to missing `;` * Run `grunt`
2013-07-26fix background of btn-linkYulong Liu2-2/+1
2013-07-26remove background:noneYulong Liu2-2/+1
2013-07-26Replace Makefile with GruntJSJohn-Philip Johansson2-2/+2
A rebase (against soon-to-be 3.0.0-rc.1) & squash of https://github.com/twbs/bootstrap/pull/7786 AKA https://github.com/twitter/bootstrap/pull/7786 originally by @seriema @mokkabonna @jojohess Rebased by @cvrebert
2013-07-26Fixes #8586: add addional color text classes to apply all of branch colors ↵Mark Otto2-17/+5
easily
2013-07-25Add `.panel-title` to panel component to mirror modalsMark Otto2-3/+8
/cc @leeaston
2013-07-25Update form validation statesMark Otto2-7/+7
* Once again no longer applies to single inputs (this is a bit simpler, but I'm open to new ideas) but the entire set of inputs, labels, and help text within a particular element. However, the styles are not too dependent on markup or layout, so they're super flexible. * Simplified the markup in the validation docs examples to match latest changes. * Renamed `.form-state-validation` mixin to `.form-control-validation` to match naming of prev commit.
2013-07-25Refactor forms stylesMark Otto2-139/+45
* Reorganize forms.less * Change from attribute selectors to `.form-control`. Few lines, less specific (meaning easier overrides as `element[type=""]` is more specific than a class), less intrusive, and more performant. * Add `.form-group` for basic spacing in vertical forms. * Remove (unnecessary?) `margin: 0;` from `form` element (as far as I can tell no browser sets that anyway).
2013-07-25run make on prev commitsMark Otto2-16/+16
2013-07-25fixes #8571 completely: add better th support for table classesMark Otto2-5/+17
2013-07-25make on prev commitsMark Otto2-2/+2
2013-07-24Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-5/+5
Conflicts: dist/css/bootstrap.min.css
2013-07-24make againMark Otto2-1/+14
2013-07-24Merge branch '3.0.0-wip' of https://github.com/salman-javed-confiz/bootstrap ↵Mark Otto2-3/+5
into salman-javed-confiz-3.0.0-wip
2013-07-24Merge pull request #8583 from liuyl/disabledMark Otto2-5/+5
set cursor to not-allowed for disabled elements
2013-07-24run make on prev commitsMark Otto1-3/+3
2013-07-24set cursor to not-allowed for disabled elementsliuyl2-5/+5
2013-07-24issues fixed for nav-justified on pills on android default browser.Salman Javed2-3/+5
2013-07-23Run make on prev commitsMark Otto2-24/+20
2013-07-23Fixes #8571: allow table classes in thead and tfootMark Otto2-5/+29
2013-07-23Drop rounded corners on `.table-bordered`Mark Otto2-67/+2
* Cuts close to 100 lines of CSS from the table CSS * File size aside, this drastically simplifies CSS for folks looking to build on top of the `.table-bordered` option as a starting point
2013-07-23Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-2/+2
Conflicts: dist/css/bootstrap.min.css