aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
AgeCommit message (Collapse)AuthorFilesLines
2013-05-16Better grid template; link color change in docs navbarMark Otto1-1/+1
2013-05-16Simple responsive utilities test cssMark Otto1-14/+11
2013-05-16Redo the responsive utilities stuffMark Otto1-8/+10
* Update docs language * Enforce display: block; on all utilities for now * Fix up docs CSS for the tests
2013-05-15Fixes #7898: ensure button typeMark Otto1-0/+3
Sets `type="button"` on all buttons in the docs
2013-05-14Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-0/+5
Conflicts: docs/assets/css/docs.css
2013-05-14Overhaul form control and button sizing, and some type stylesMark Otto1-0/+5
* New padding approach with separate horizontal and vertical padding variables * Improved sizing in large and small buttons and form controls * Dropped the `.btn-mini` (since we have no `.input-mini` to match, and holy fuck those were small buttons) * Dropped the `.pagination-mini` as well because once again, to hell with such small components * Changed `@line-height-headings` to `@headings-line-height` * Removed the `@headings-font-family` because it was honestly kind of useless
2013-05-14refined navbar styles in docsMark Otto1-1/+7
2013-05-14Cleanup form-inline examples in docsRobert Burns1-0/+5
2013-05-10twerk nested nav linksMark Otto1-1/+1
2013-05-09redo docs footer a bitMark Otto1-2/+5
2013-05-09Unitless line-heightMark Otto1-0/+1
* Instead of 20px as @line-height-base, use 1.5 * Update typographic scale for headings to use unitless as well--required some twerking of decimals a bit and some rounding * Introduce new @line-height-computed value, which takes base font-size and multiplies it by 1.5, for use in padding and margin on components
2013-05-09Fix up navbar forms by using inline form as a mixin; fix docs for thoseMark Otto1-0/+1
2013-05-08.bs-docs-sidenote to .bs-calloutMark Otto1-5/+5
2013-05-08.bs-docs-tooltip-examples to .bs-example-tooltipsMark Otto1-2/+2
2013-05-08.bs-docs-example to .bs-exampleMark Otto1-43/+43
2013-05-08.bs-docs-footer to .bs-footer; nuke .bs-docs-container css; remove ↵Mark Otto1-8/+2
.bs-docs-container from footer
2013-05-08.bs-docs-social-* to .bs-social-*Mark Otto1-7/+6
2013-05-08.bs-docs-top to .bs-topMark Otto1-3/+3
2013-05-08.bs-docs-header to .bs-headerMark Otto1-5/+5
2013-05-08docs css reorgMark Otto1-49/+34
2013-05-08more work on the sidenav, including small css refactor and new classesMark Otto1-57/+40
2013-05-08more navbar and header tweaksMark Otto1-4/+6
2013-05-08new docs page headersMark Otto1-8/+17
2013-05-08red navbar for docsMark Otto1-5/+14
2013-05-08refactor homepage jumbotron masthead doodadMark Otto1-56/+46
2013-05-08Super massive docs overhaulMark Otto1-42/+41
* 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-05-03Merge branch 'bs3_cdn_docs_mention' into 3.0.0-wipMark Otto1-0/+10
Conflicts: docs/docs.html
2013-04-28Merge pull request #7704 from twitter/bs3_moar_grid_changesMark Otto1-2/+2
BS3: Overhaul grid system once more
2013-04-28derp on navbar toggle and docs positionsMark Otto1-1/+13
2013-04-27Overhaul navbar navsMark Otto1-1/+1
* Switch from to to eliminate an element in selectors * Drop .navbar-divider entirely
2013-04-26Back to two grid classes, .col and .col-lg-*Mark Otto1-2/+2
2013-04-26Redo the getting started section to mention BootstrapCDNMark Otto1-0/+10
2013-04-14centerMark Otto1-4/+4
2013-04-14nuke hidden homepage contentMark Otto1-0/+1
2013-04-14Merge branch '3.0.0-wip' into bs3_homepageMark Otto1-0/+4
2013-04-14lighter .highlight in sidenotes as wellMark Otto1-1/+2
2013-04-14More contrast with code snippets in sidenotesMark Otto1-0/+3
2013-04-14redo all the thingsMark Otto1-77/+14
2013-04-13swap all bold p tags in sidenotes for h4sMark Otto1-0/+4
2013-04-09make back to top and big headings only for tablets and upMark Otto1-25/+26
2013-04-09better buttons on mobileMark Otto1-0/+2
2013-04-02fix that sidenavMark Otto1-2/+2
2013-04-01Docs examples updateMark Otto1-3/+7
* Remove unused fluid image * Add image, link, and description for new grid example * Update sign in example image
2013-04-01clearer separation with section headers; simpler customizing copyMark Otto1-2/+12
2013-03-31Add styles for tooltip and popover examplesRobert Burns1-0/+24
2013-03-30add basic back to top link via affixMark Otto1-0/+20
2013-03-30add list group componentMark Otto1-0/+5
2013-03-30Change error to danger for all classes; add panels componentMark Otto1-1/+3
2013-03-30fix submenu docs height given border-boxMark Otto1-1/+1
2013-03-30drop .muted for .text-mutedMark Otto1-1/+1