aboutsummaryrefslogtreecommitdiff
path: root/css.html
AgeCommit message (Collapse)AuthorFilesLines
2013-08-07Fixed #9196 - malformed HTML in docBraden Whitten1-1/+1
Stray <h3> was being closed by an </h2>. Updated to valid HTML. Fixes #9196
2013-08-06Improve accessibility (Section 508, WCAG)adamjacobbecker1-4/+18
This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices. What was done - Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria) - Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users. - Advised users to always use label elements. For inline forms, they can hide them with `.sr-only` - Added 'Skip navigation' link - Added "Accessibility" section to getting-started.html. What *wasn't* done - Contrast issues (twbs#3572) - Tooltips (twbs#8469) - Documentation re: usage of icons, since they now live in a separate repo Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out.
2013-08-06fixes #8935: add gutter width param to grid mixinsMark Otto1-12/+49
2013-08-05Fix pixel values in Responsive Utilities docs to match the actual codeChris Rebert1-2/+2
2013-08-05Fixes #8732: unfucks disabled fieldset form example with form groupsMark Otto1-9/+21
2013-08-05Fixes #8150: add `.static-form-control` for vertical alignment of static ↵Mark Otto1-5/+35
form text - Also fixes the vertical alignment of labels in horizontal layouts on account of the recent button and input padding changes - Also changes the vertical alignment of the checkboxes and radios in horizontal forms
2013-08-05Update css.htmlChris Seaton1-2/+2
.help-block talks about being 'longer', but with .help-inline gone, it's not longer than anything and the comparison is confusing.
2013-08-05Fixes #8770: mobile-first (stacked by default) horizontal dlsMark Otto1-1/+1
2013-08-05typoMark Otto1-1/+1
2013-08-05Update documentation on offset for small medium and large devices. "Grid ↵Elvis Ratzlaff1-2/+2
options"
2013-08-03add missing ref to .btn-xs in button sizes docsChris Rebert1-1/+1
2013-08-03Greater standardization of sizing terminologyChris Rebert1-38/+38
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
2013-08-03fix Horizontal form docsChrisRiddell1-4/+4
2013-08-02Merge pull request #8934 from twbs/generalize-horiz-form-exampleMark Otto1-0/+16
use separate `form-group`s in horiz form example for greater generality
2013-08-02Merge pull request #9018 from adamwoodbeck/3.0.0-wipMark Otto1-14/+14
Added ".col-sm-*" to the grid example per the description above the
2013-08-02Merge branch '3.0.0-wip-fixed-grid-push-pull-offset' of ↵Mark Otto1-14/+14
https://github.com/jtickle/fp-bootstrap into jtickle-3.0.0-wip-fixed-grid-push-pull-offset Conflicts: dist/css/bootstrap.min.css
2013-08-02Added ".col-sm-*" to the grid example per the description above theAdam Woodbeck1-14/+14
example.
2013-08-01fix typo in CSS docs; fixes #8992Chris Rebert1-1/+1
"from" => "form"
2013-08-01Added classes for lg-pull, lg-push, lg-offset, sm-pull, sm-push, sm-offsetJeff Tickle1-14/+14
2013-07-31use separate `form-group`s in horiz form example for greater generality; ↵Chris Rebert1-0/+16
fixes #8925
2013-07-31Added attribute whitespaceMike Francis1-1/+1
2013-07-30Fix #8658Guillermo González de Agüero1-2/+2
2013-07-29Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-0/+1
2013-07-29Attempts to fix #8645: add code comments to grid example to clarify behaviorMark Otto1-0/+5
2013-07-29Merge pull request #8818 from twbs/firefox-input-btn-docs-noteMark Otto1-0/+1
make it clearer than <input> buttons are slightly broken on Firefox
2013-07-29Restore mini button (fixes #8644)Mark Otto1-0/+8
2013-07-29fixes #8687: correct docs typo on radio inputsMark Otto1-0/+2
2013-07-29make it clearer than <input> buttons are slightly broken on FirefoxChris Rebert1-0/+1
2013-07-29update code example for <select> multipleTom Pietschker1-1/+1
2013-07-29Merge pull request #8717 from ggam/patch-3Mark Otto1-2/+2
Deleted "show-grid" class from examples
2013-07-28Merge pull request #8738 from twbs/clarify-width-vs-height-size-classesMark Otto1-2/+2
form input docs: clarify height-related vs. width-related classes
2013-07-28avoid ambiguous term "relative sizing"; clarify width vs. height control classesChris Rebert1-2/+2
2013-07-28Merge pull request #8737 from twbs/docs-html5-style-select-multipleMark Otto1-2/+2
CSS docs page: Use simpler HTML5 style for `multiple` <select> attribute
2013-07-28Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto1-7/+7
2013-07-28expand grid system options table to include column widths, gutter widths, ↵Mark Otto1-10/+32
large desktop media query, and container widths (fixes #8733)
2013-07-28CSS docs page: Use simpler HTML5 style for `multiple` boolean attribute of ↵Chris Rebert1-2/+2
<select>
2013-07-28apply <code> in a few placesChris Rebert1-4/+4
2013-07-28expand out IE for consistency w/ the rest of the pageChris Rebert1-1/+1
2013-07-28add commas in a couple placesChris Rebert1-2/+2
2013-07-28add responsive images section to docs (fixes #8734)Mark Otto1-0/+11
2013-07-28Deleted "show-grid" class from examplesGuillermo González de Agüero1-2/+2
2013-07-28Fix wording in 'hidden on...' to be in line with 3.0 wording.Clay Diffrient1-1/+1
2013-07-28fix #8701: IE 10+ supports <fieldset disabled>Chris Rebert1-1/+1
*golf clap*
2013-07-28Safari handles <fieldset disabled> just fine; fixes #8698Chris Rebert1-1/+1
This makes me wonder whether recent IE might actually support this too. If not, your move IE Team.
2013-07-27Input groups overhaulMark Otto1-253/+0
* 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 #8642: use .pull-right to keep dropdowns aligned in exampleMark Otto1-2/+2
2013-07-27Merge pull request #8650 from loic/3.0.0-wipMark Otto1-2/+2
Fixed minor typos in css.html
2013-07-27Fix typo in css.htmlJiri Pospisil1-1/+1
2013-07-27Fixed minor typos in css.htmlLoic Bistuer1-2/+2
2013-07-27herpy derpy shit for urlsMark Otto1-0/+1