aboutsummaryrefslogtreecommitdiff
path: root/css.html
AgeCommit message (Collapse)AuthorFilesLines
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto1-3511/+0
2013-12-24Reflect sass readme change in css.htmlGleb Mazovetskiy1-3/+5
2013-12-22spaceMark Otto1-1/+0
2013-12-22add what's includedMark Otto1-1/+37
2013-12-21add section for contentsMark Otto1-0/+6
2013-12-21config urlMark Otto1-4/+4
2013-12-20Sass docs; LESS to Less because fuck capsMark Otto1-10/+173
2013-12-19Fixes #11952: Refactor blockquote stylesMark Otto1-3/+3
* Deprecate .pull-right class for .blockquote-reverse * Move font-size change to the parent, blockquote, instead of setting on the p element to allow more flexible content
2013-12-19Minor grammar changeBen Newcomb1-1/+1
'as well' was used twice in sentence
2013-12-19"Thosing" [sic] => "Those"Chris Rebert1-1/+1
2013-12-19Fix sentence in css.htmlJulian Thilo1-1/+1
2013-12-19Update css.htmlrobertgentel1-1/+1
Documentation (missing word)
2013-12-19Deleted curly brackets (in css.html)kostyatretyak1-2/+2
2013-12-15use unique IDs for input feedback examples so HTML validatesChris Rebert1-32/+32
2013-12-15copyeditingChris Rebert1-1/+1
2013-12-15Add new form feedback states, clean up existing form stylesMark Otto1-6/+88
New stuff: * Adds `.has-feedback` and `.form-control-feedback` to show icon-based form feedback to users. Fixes #11836. * Removes the `width: 1em` on `.glyphicon` because it makes it impractical to resize the width of all icons, even if they’re not “empty” (e.g., a simple `.glyphicon { width: 30px; }` wouldn’t work, nor would a class preceeded by a parent class. Clean up: * Sets `width: auto;` on all `.form-control`s within inline forms. * Removes all the inline `select` menu `width` styles because all inputs are now `auto`. * Update form states docs to separate out sections better.
2013-12-15Fixes #11660: Depcreate small and .small in blockquote in favor of footerMark Otto1-4/+4
2013-12-15Clarify number of columns in nested gridMark Otto1-1/+1
2013-12-15Fix wrong variable nameZlatan Vasović1-2/+2
2013-12-14Fixes #11572: Add contextual background-color classes to match text classes; ↵Mark Otto1-23/+41
move both sets of classes to Helper Classes section of the CSS docs
2013-12-14change class nameMark Otto1-6/+6
2013-12-14correct bookmark prefixMark Otto1-16/+16
2013-12-14document #11326Mark Otto1-0/+33
2013-12-14Fixes #10505: Document more of LESS vars and mixinsMark Otto1-0/+460
2013-12-11Fixes #11837: grid containers are fixed width now, no longer max-widthMark Otto1-1/+1
2013-12-07Add .container-fluid variation for full-width containers and layoutsMark Otto1-1/+11
/cc #10711 #9862
2013-12-07Fixes #11193: Add kbd element styles to indicate user input via keyboardMark Otto1-2/+11
2013-12-07Fixes #10884: Adds .info variant to contextual table classesMark Otto1-0/+20
2013-12-04Fixes #11436: mention in docs that .container isn't nestable; update docs to ↵Mark Otto1-1/+2
mention width, not max-width
2013-12-03account for #11050 in the docsChris Rebert1-4/+2
2013-12-01fixes #11508: mention in docs that inline forms only work at 768px and upMark Otto1-1/+1
2013-11-28Merge branch 'master' into pr/11414Mark Otto1-1/+1
Conflicts: dist/css/bootstrap.min.css
2013-11-21add role form for horizontal form exampleRakhat Jabagin1-1/+1
2013-11-08Add missing `.small` styles and docsZlatan Vasović1-1/+1
2013-11-04Fixed linksOre Landau1-3/+3
Links to same-page anchors were treated as external links.
2013-10-23rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216Chris Rebert1-3/+3
2013-10-17copy change, add to buttons anchor sectionMark Otto1-0/+4
2013-10-13clarify more grid stuff, specifically 100% fluid designs; fixes #10711Mark Otto1-0/+6
2013-10-13mention rows must be in containers in grid docsMark Otto1-0/+1
2013-10-13follow up to #10102, cc @cvrebertMark Otto1-0/+1
2013-10-13add docs example for #10938 to show responsive column clearing in gridMark Otto1-0/+16
2013-10-13mention .invisible in docs per #10102Mark Otto1-1/+5
2013-10-13another grid .row mentionMark Otto1-1/+1
2013-10-13finish grid docs intro for now; needs work thoughMark Otto1-4/+7
2013-10-13mention .small in docs /cc #10102Mark Otto1-1/+1
2013-10-13Document caret /cc #10102Mark Otto1-0/+17
2013-10-07Fixes #10126: Update responsive test cases to properly highlight hidden ↵Mark Otto1-21/+21
class examples
2013-10-07Merge pull request #10962 from twbs/doc-h1-thru-h6-classesChris Rebert1-1/+1
document .h1 thru .h6; fixes part of #10102
2013-10-06document .h1 thru .h6; fixes part of #10102Chris Rebert1-1/+1
2013-10-06fix #10961Chris Rebert1-13/+13