aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2012-12-03Fixes #6115: scope breadcrumb styles to immediate children onlyMark Otto1-3/+3
2012-12-03nuke commentsMark Otto1-3/+0
2012-12-03Fixing header color for success, error and info alertsAndreas Cederström1-0/+13
2012-12-02add source attribution for IE10 fixMark Otto1-0/+1
2012-12-02Enable responsive features in IE10 when snappedMark Otto1-0/+8
2012-12-02Revert vertical gradient spec to 'to bottom' as 'top' doesn't work in IE10Mark Otto1-1/+1
2012-12-02reset text align in popovers given inline insertionMark Otto1-0/+1
2012-12-02remove overrides on inner html of popover-contentMark Otto1-3/+0
2012-12-02Add relative positioning to .modal-body - Fixes #5991Blake Embrey1-0/+1
2012-12-01remove single corner border-radius mixinsMark Otto3-47/+25
2012-11-30version bump to 3.0Mark Otto2-49/+1
2012-11-30remove deleted css files, run makeMark Otto1-1/+0
2012-11-30Remove more fluid grid stuffMark Otto5-34/+2
* No more fluid layout * No fluid grid overrides for tables.less * No more fluid example page
2012-11-30grid vars updatedMark Otto8-38/+38
2012-11-30popovers and tooltips varsMark Otto3-78/+78
2012-11-30form state varsMark Otto6-52/+52
2012-11-30hero unit and pagination varsMark Otto3-12/+16
2012-11-30alignmentMark Otto1-19/+19
2012-11-30navbar varsMark Otto4-99/+100
2012-11-30more vars changedMark Otto5-29/+27
2012-11-30remove sprites vars, change zindex varsMark Otto6-19/+12
2012-11-30remove color variables, swap others were approproMark Otto4-17/+6
2012-11-30more vars changingMark Otto3-24/+34
2012-11-30more vars changed, remove @white varMark Otto14-100/+99
2012-11-30more consistent variable naming patternsMark Otto27-185/+185
2012-11-30Part 1 of unCamelCasing variablesMark Otto25-148/+147
2012-11-30more tests for form styles; includes lightening help textMark Otto2-21/+48
2012-11-30Refine containers and navbarsMark Otto5-10/+8
* Don't reset width on .container, .navbar-* .container, etc * Instead, use max-width to ensure proper styling for all navbars
2012-11-30Remove .navbar-inner from navbar testsMark Otto3-98/+92
2012-11-30Inputs now 100% width by defaultMark Otto3-7/+12
* 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-30remove some unhelpful commentsMark Otto1-3/+0
2012-11-30consolidate font resets into scaffoldingMark Otto2-17/+10
2012-11-30remove from form stylesMark Otto1-8/+2
2012-11-30Merge branch '2.2.2-wip' into exploratoryMark Otto10-50/+145
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-29update commentMark Otto1-0/+1
2012-11-29Merge branch 'idavemm-patch-1' into 2.2.2-wipMark Otto1-0/+5
2012-11-29add holder and replace placehold.itMark Otto1-19/+19
2012-11-28Fix the carousel after we scoped selectorsMark Otto1-1/+1
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-0/+4
2012-11-28Fixes #4852: IE8 popover carets fixedMark Otto1-6/+76
* 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
2012-11-28help-block margin-top should also apply after a span.uneditable-inputZulfiqar Ali1-1/+1
2012-11-28Fixes #5963: Add large button example to icons, fix vertical alignment in ↵Mark Otto1-1/+1
large buttons