aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
AgeCommit message (Collapse)AuthorFilesLines
2013-02-14pygmentize the rest of the css pageMark Otto1-458/+466
2013-02-14pygmentize grid section; update bs-docs-example cornersMark Otto1-22/+28
2013-02-14Start pygmentizing css.html; add new theme for pygmentsMark Otto1-88/+105
2013-02-13make same css docs fix from upstreamMark Otto1-2/+2
2013-02-12rearrange jekyll and docsMark Otto1-0/+2263
2013-02-12nuke what we don't need for jekyllMark Otto1-2386/+0
2013-02-08clean up responsive docs and global css stylesMark Otto1-70/+5
2013-02-05Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-1/+1
2013-02-05port docs fix from 2.3.0-wip to new css pageMark Otto1-0/+1
2013-02-04Fixes #6794: incorrect docs mention of th elementMark Otto1-2/+1
2013-02-02Rearrange forms contentMark Otto1-118/+119
2013-02-02Simplify input and input group sizingMark Otto1-2/+36
* Remove .input-mini because who really needs inputs that small * Remove unnecessary border-radius resets from large and small input groups
2013-01-31Remove gallery link from navbar; add to homepage examples section insteadMark Otto1-3/+0
2013-01-17comment tweaks and updating starter templateMark Otto1-1/+1
2013-01-17Update commenting and structure of layout.mustacheMark Otto1-5/+7
2013-01-17Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-1/+1
Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/css.html docs/customize.html docs/examples/fluid.html docs/extend.html docs/getting-started.html docs/index.html docs/javascript.html docs/scaffolding.html docs/templates/layout.mustache docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache less/navbar.less
2013-01-17Change .img-polaroid to .img-thumbnailMark Otto1-2/+2
* Same code, but different classes was confusing * Now .img-thumbnail just extends .thumbnail
2013-01-17Restore .btn-infoMark Otto1-0/+5
2013-01-17Restore nav tabs, pills, justified variation, disabled links, and a few more ↵Mark Otto1-2/+2
things. Still need to add the dropdowns back though.
2013-01-17Readd focused example of inputs to docs; clean up alerts sectionMark Otto1-2/+2
2013-01-17Update Getting Started page to include mention of RespondMark Otto1-1/+1
2013-01-17Add respond.js to main docs pages, but only for IE8 and downMark Otto1-1/+1
2013-01-17Update nav and add bounds for tablet containerMark Otto1-1/+1
2013-01-17streamline css docsMark Otto1-54/+11
2013-01-17Move grid/container styles to grid.less; update docs; add offsetting backMark Otto1-2/+9
2013-01-16mo betta sidenav for responsive hotnessMark Otto1-1/+1
2013-01-16Re-add and update form styles:Mark Otto1-7/+7
* Restore forms.less file * Overhaul .radio.inline .checkbox.inline to be .radio-inline or .checkbox-inline * Update docs to reflect changes
2013-01-15docs changes, more type improvements, add grid system basics backMark Otto1-102/+101
2013-01-12Merge pull request #6463 from cvrebert/input-required-docs-fix-3.0.0Mark Otto1-1/+1
update 3.0.0 docs to reflect #5786
2013-01-09Add text alignment utility classesMark Otto1-0/+13
2013-01-05update docs to reflect #5786Chris Rebert1-1/+1
2012-12-28Improve documentation for new form validation stylesMark Otto1-6/+11
2012-12-26Simplify form validation states while enabling them to be applied to one ↵Mark Otto1-18/+12
field at a time.
2012-12-26Remove .text-info and .info form validation statesMark Otto1-9/+0
2012-12-26Drop .input-block-level modifier as inputs are already width: 100%;Mark Otto1-11/+0
2012-12-26Add grid column example to form input sizingMark Otto1-1/+27
2012-12-26Remove .controls-row; instead, folks should use .row and .span* for all ↵Mark Otto1-33/+1
their grid input sizing needs when multiple inputs per line are required
2012-12-20update docs regarding normalize and clearfixMark Otto1-2/+2
2012-12-20fix up code snippetMark Otto1-1/+1
2012-12-19Holy shit, buttons, button states, and input states updatedMark Otto1-12/+11
2012-12-19Merge branch '3.0.0-wip' of https://github.com/cvrebert/bootstrap into ↵Mark Otto1-0/+38
cvrebert-3.0.0-wip Conflicts: docs/assets/css/bootstrap.css less/mixins.less
2012-12-19remove commented out buttons css, update docsMark Otto1-1/+1
2012-12-19overhaul buttonsMark Otto1-12/+2
2012-12-19Change .jumbotron usage in docs layout to .bs-docs-jumbotronMark Otto1-1/+1
2012-12-19Drop labels from the docsMark Otto1-11/+4
2012-12-19Drop .form-search supportMark Otto1-38/+1
2012-12-19Merge branch 'bs3-input-groups' into 3.0.0-wipMark Otto1-141/+91
Conflicts: docs/assets/css/bootstrap.css
2012-12-19Remove support for multiple buttons in input groups because fuck that shit.Mark Otto1-34/+2
2012-12-10document caveat regarding fieldset legend and #6199Chris Rebert1-1/+2
2012-12-10document fieldset[disabled] styling added in #6199; per @mdoChris Rebert1-0/+37