aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
AgeCommit message (Collapse)AuthorFilesLines
2013-05-08Super massive docs overhaulMark Otto1-0/+2057
* Bring back the navbar up top * Pull the docs content back into separate pages because a 6.6k line docs file is just crazy * Recenter the page content and bring back affixed side nav (needs work)
2013-03-28holy crap new docs layout separate from home, no more top navbarMark Otto1-2409/+0
2013-03-28new subnav on all pagesMark Otto1-34/+15
2013-03-27clarify docs on unstyled listsMark Otto1-1/+1
2013-03-26docs fixes with new .bs-docs-container; fixing some lingering grid classesMark Otto1-1/+1
2013-03-26New grid classesMark Otto1-204/+204
2013-03-17incorporate print utilities classes into responsive docs; rejigger some contentMark Otto1-2/+26
2013-03-16typoMark Otto1-1/+1
2013-03-15Overhaul the grid system and its docsMark Otto1-6/+88
* Add new grid mixins adapted from Preboot (http://github.com/mdo/preboot) * Drop the @grid-row-width and @grid-column-width variables * Add the @grid-float-breakpoint variable, as used in Preboot * Add support for .push* and .pull* classes for column ordering manipulation * Document all the things
2013-03-15begin to rewrite the grid docsMark Otto1-8/+23
2013-03-09Fix Typo sucess to successUfuk Avcu1-1/+1
Mini typo fix in the docs...
2013-03-01improve navbar toggle and hide code snippets on mobile devices for nowMark Otto1-1/+1
2013-03-01redo the buttons examplesMark Otto1-62/+44
2013-02-28Holy fucking shit fix that input group with buttons rounded corner noiseMark Otto1-7/+7
2013-02-24try out new table-based type exampleMark Otto1-2/+34
2013-02-17fix inaccurate text classes codeMark Otto1-5/+4
2013-02-17Update some links and rename #gridsystem to #grid-systemMark Otto1-2/+2
2013-02-16All Glyphicons now require a base class, e.g. .glyphicon.glyphicon-starMark Otto1-208/+208
2013-02-15restore jekyll-based css.html to docsMark Otto1-724/+632
2013-02-14Fixes #6941: add alt attribute to imagesMark Otto1-6/+6
2013-02-08Fix the Star glyphicon in the CSS docsGerald Monaco1-2/+2
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