aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2012-12-03Improve rendering of carousel example for IE10Mark Otto1-47/+57
2012-12-03Fixing header color for success, error and info alertsAndreas Cederström2-18/+14
2012-12-02Enable responsive features in IE10 when snappedMark Otto1-0/+4
2012-12-02Revert vertical gradient spec to 'to bottom' as 'top' doesn't work in IE10Mark Otto1-19/+19
2012-12-02reset text align in popovers given inline insertionMark Otto1-0/+1
2012-12-02remove overrides on inner html of popover-contentMark Otto1-6/+0
2012-12-02run make on js changes to popoverMark Otto3-7/+8
2012-12-02run make on modal popover fixMark Otto1-0/+1
2012-12-01follow button widthMark Otto1-1/+1
2012-12-01remove single corner border-radius mixinsMark Otto1-90/+30
2012-12-01move around social buttonsMark Otto11-65/+179
2012-11-30version bump to 3.0Mark Otto19-33/+34
2012-11-30section title changeMark Otto2-2/+2
2012-11-30docs content changedMark Otto2-2/+2
2012-11-30remove responsive image from css docs pageMark Otto3-23/+2
2012-11-30remove deleted css files, run makeMark Otto8-31/+8402
2012-11-30first pass at nuking scaffoldingMark Otto6-8965/+300
2012-11-30Remove more fluid grid stuffMark Otto3-181/+1
* No more fluid layout * No fluid grid overrides for tables.less * No more fluid example page
2012-11-30grid vars updatedMark Otto2-14/+14
2012-11-30popovers and tooltips varsMark Otto1-29/+29
2012-11-30form state varsMark Otto2-16/+16
2012-11-30hero unit and pagination varsMark Otto2-6/+6
2012-11-30navbar varsMark Otto2-35/+35
2012-11-30more vars changedMark Otto1-1/+1
2012-11-30remove sprites vars, change zindex varsMark Otto2-12/+0
2012-11-30remove color variables, swap others were approproMark Otto3-32/+2
2012-11-30more vars changingMark Otto2-10/+10
2012-11-30more vars changed, remove @white varMark Otto3-55/+53
2012-11-30more consistent variable naming patternsMark Otto6-34/+36
2012-11-30Part 1 of unCamelCasing variablesMark Otto6-48/+44
2012-11-30more tests for form styles; includes lightening help textMark Otto3-65/+77
2012-11-30Refine containers and navbarsMark Otto1-8/+4
* Don't reset width on .container, .navbar-* .container, etc * Instead, use max-width to ensure proper styling for all navbars
2012-11-30Inputs now 100% width by defaultMark Otto3-318/+42
* Includes text inputs, selects, and textareas * Updated docs to include .span* sizes wherever possible * Commented out responsive 1200px inputs grid * Still some derp to be done to improve more, but this is a decent first stab
2012-11-30consolidate font resets into scaffoldingMark Otto1-24/+9
2012-11-30Merge branch '2.2.2-wip' into exploratoryMark Otto16-137/+631
Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/alerts.less less/button-groups.less less/buttons.less less/tests/css-tests.html
2012-11-29Fixes #5853: Maintain 10px margin above help block when following input groupsMark Otto1-1/+3
2012-11-29remove element from selectorMark Otto1-1/+1
2012-11-29Merge pull request #6039 from desheikh/2.2.2-wipMark Otto1-1/+2
help-block margin-top should also apply after a span.uneditable-input
2012-11-29run make with nav img fixMark Otto1-0/+4
2012-11-29upgrade to holder 1.6Mark Otto1-71/+183
2012-11-29add holder and replace placehold.itMark Otto14-67/+341
2012-11-29added compiled css fileZulfiqar Ali1-1/+2
2012-11-28Fix the carousel after we scoped selectorsMark Otto1-14/+14
2012-11-28Fixes #5533: Remove filter gradient from disabled links on dropdownsMark Otto1-0/+1
2012-11-28Fixes #5594: Vertical button groups show use max-width, not width, and be ↵Mark Otto1-7/+7
scoped to immediate children buttons only
2012-11-28Fixes #5616: scope carousel state classes to immediate children onlyMark Otto1-14/+14
2012-11-28Fixes #5930: redeclare font-size for popoves in btn-groupsMark Otto1-1/+2
2012-11-28Fixes #5927: Scope button group 5px button left margin to immediate childrenMark Otto1-3/+3
2012-11-28Fixes #5940: Prevent @headingsColor from changing alert colorsMark Otto1-1/+5
2012-11-28Fixes #4852: IE8 popover carets fixedMark Otto1-34/+102
* IE8 refused a negative z-index to place the previous :after behind the .arrow, so I had to flip the styles. * .arrow is the gray border/background, .arrow:after is now the white inner arrow * Added a hex IE8 fallback to ensure the arrow shows for <IE9 as rgba() isn't supported * Simplified some of the CSS for the popover carets