aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
AgeCommit message (Collapse)AuthorFilesLines
2013-04-01run makeMark Otto1-0/+4
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-01only negative indent nested grid rows; add new grid exampleMark Otto1-5/+5
2013-04-01clearer separation with section headers; simpler customizing copyMark Otto1-2/+12
2013-03-31add .panel-primaryMark Otto1-0/+10
2013-03-31Fixes #7438: remove max-height from justified nav tabs with some CSS wankeryMark Otto1-1/+17
2013-03-31remove text-rendering optimizeLegibility from headingsMark Otto1-1/+0
2013-03-31more consistent navbar varsMark Otto1-1/+1
2013-03-31@link-color-hover to @link-hover-colorMark Otto1-2/+2
2013-03-31use @pagination- vars on pager component; change @pagination-bg-active to ↵Mark Otto1-2/+2
@pagination-active-bg
2013-03-31-background to -bg on tooltip and popover varsMark Otto1-3/+3
2013-03-31fix nav dividerMark Otto1-3/+3
2013-03-31remove lingering remMark Otto1-6/+0
2013-03-31restore px unit on @font-size-baseMark Otto1-29/+29
2013-03-31run make after that breadcrumbs tweakMark Otto1-0/+4
2013-03-31Merge pull request #7431 from burnsra/3.0.0-wip-fixesMark Otto1-0/+24
Cleanup items for 3.0.0
2013-03-31Remove the handful of rem font-sizesMark Otto1-6/+3
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-30not quite #fff on .list-group-item-textMark Otto1-2/+5
2013-03-30Remove .nav-list given new .list-groupMark Otto1-25/+1
2013-03-30add list group componentMark Otto2-0/+96
2013-03-30Change error to danger for all classes; add panels componentMark Otto2-10/+74
2013-03-30fuck everything about .clear_float() -- restore .clearfix() as mixinMark Otto1-4/+119
2013-03-30fix submenu docs height given border-boxMark Otto1-1/+1
2013-03-30drop .muted for .text-mutedMark Otto1-1/+1
2013-03-29Add subnav support to CSS sectionMark Otto2-17/+26
2013-03-29Merge branch '3.0.0-wip' into bs3_new_navMark Otto1-0/+3
2013-03-29mo padding on side nav linksMark Otto1-2/+2
2013-03-29dat redMark Otto1-4/+5
2013-03-28Make sure form actions are properly aligned with form-horizontalAndreas Cederström1-0/+3
2013-03-28move nav into partial; rejigger content some moreMark Otto1-11/+22
2013-03-28rejigger some content and start exploring section headingsMark Otto1-1/+20
2013-03-28holy crap new docs layout separate from home, no more top navbarMark Otto1-110/+40
2013-03-28new subnav on all pagesMark Otto1-25/+64
2013-03-27turn docs navbar into left navbarMark Otto2-5/+50
2013-03-27Refactor .list-inline and .list-unstyledMark Otto1-1/+5
* Instead of shared and separate CSS, isolate by class for easier mixin-ability * .list-unstyled is now used as a mixin in .list-inline
2013-03-26docs fixes with new .bs-docs-container; fixing some lingering grid classesMark Otto1-1/+13
2013-03-26New grid classesMark Otto2-62/+64
2013-03-17color border in table contextual classesMark Otto1-0/+6
2013-03-17Fixes #7297: add support for .success, .error, and .warning on td and th ↵Mark Otto1-0/+12
elements in tables
2013-03-17Exploring rems as font-size unitMark Otto1-32/+29
* Added a new mixin to calculate rems and pixels for IE fallback * Updated the body, p, and .lead elements to use the new .font-size() mixin * New mixin has default value of 14px or 1.4rem * Still needs exploration, and change this means lots of work rejiggering margins and line-heights * Related, started to reorganize the mixins a bit to call out mixins that are used by the framework and not utilities or snippets
2013-03-16fixes #7140: hide navbar toggle in printMark Otto1-0/+3
2013-03-16Fixes #7150: colorize links in alertsMark Otto1-0/+24
2013-03-16Fix vertical button groupsMark Otto1-0/+1
2013-03-16Use form elements in checkbox and radio button groupsMark Otto1-12/+41
* Uses .btn on label elements with nested checkbox and radio controls within * Updated examples to reflect change in HTML and CSS * Had to add .active all buttons for proper state highlighting (mimicing the :active pseudo state) * Still needs JavaScript plugin updated by @fat
2013-03-16remove inner shadow from .highlightMark Otto1-1/+0
2013-03-16update pygments highlighting with customizations from prebootMark Otto1-2/+6
2013-03-15Overhaul the grid system and its docsMark Otto1-12/+77
* 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-14Use translucent box shadow on hr elements; colorize hr elements within alert ↵Mark Otto1-16/+56
components