aboutsummaryrefslogtreecommitdiff
path: root/css.html
AgeCommit message (Collapse)AuthorFilesLines
2013-07-27herpy derpy shit for urlsMark Otto1-0/+1
2013-07-26Fix clipped dropdowns in input groups section of docsMark Otto1-129/+152
2013-07-26simpler forms docs structureMark Otto1-13/+9
2013-07-26derpMark Otto1-2/+2
2013-07-26mo tables mo responsive or whatever the hell that meansMark Otto1-22/+24
2013-07-26another responsivey tableMark Otto1-38/+40
2013-07-26Responsivey docs table for grid sectionMark Otto1-50/+52
2013-07-26Update IDs on css pageMark Otto1-20/+20
2013-07-26Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-1/+1
2013-07-26Simpler horizontal form button placementMark Otto1-4/+0
2013-07-26Update inline and horizontal formsMark Otto1-6/+6
* 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 Otto1-1/+1
2013-07-26Merge pull request #8630 from caouecs/patch-1Chris Rebert1-1/+1
Fix example of textarea in css.html
2013-07-27Example of textareaFred Delrieu1-1/+1
2013-07-26Merge branch 'patch-3' of https://github.com/jholl/bootstrap into jholl-patch-3Mark Otto1-3/+3
Conflicts: css.html
2013-07-26Merge pull request #8619 from jholl/patch-2Mark Otto1-3/+3
align dropdown menu with .pull-right for .input-group-btn when btn on ri...
2013-07-26Update typo css.html move double class .form-control from label in example ↵James Holland1-2/+2
mark up to input missed the double class in label in recent commit #8621
2013-07-26Update css.html in .form-horizontalJames Holland1-4/+4
to use .row.form-group for horizontal spacing instead of .form-horizontal .row + .row
2013-07-26align dropdown menu with .pull-right for .input-group-btn when btn on right ↵James Holland1-3/+3
of input
2013-07-26Fixes #8586: add addional color text classes to apply all of branch colors ↵Mark Otto1-0/+4
easily
2013-07-25Update form validation statesMark Otto1-31/+14
* 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 Otto1-89/+101
* 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-23Use input type `password` for the password field in the CSS documentation.Mohnish Thallavajhula1-1/+1
2013-07-23Drop rounded corners on `.table-bordered`Mark Otto1-1/+1
* 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-22fixes #8559Mark Otto1-2/+2
2013-07-21Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-1/+1
Conflicts: dist/css/bootstrap.min.css
2013-07-20Update file input to remove height and line-heightMark Otto1-0/+2
This particular form control is wildly inaccurate across browsers, so we're removing the `height` and `line-height`, but adding `display: block` so it renders similarly to our other inputs.
2013-07-20Update docs on responsive images and elaborate on IE8 support using Respond.jsMark Otto1-3/+0
2013-07-20Update forms example to show sequential form inputs for later testingMark Otto1-2/+4
2013-07-20Update Normalize.css URL to new Github.io domainBrent Mulligan1-1/+1
2013-07-19typo fixed: highligted source code of second radio button was missing in ↵Max1-0/+4
css.html -> checkboxes & radios -> default section
2013-07-18`<input>` and `<select>` sizing updateMark Otto1-0/+14
Restores `font-size` and more to the `<select>` element while also changing from `min-height` to `height` for input sizing. Fixes #8520 as opened by @ShaunR (would've merged that PR but I moved everything around right before).
2013-07-18flatten docs dir back into rootMark Otto1-0/+2183