aboutsummaryrefslogtreecommitdiff
path: root/less/tests
AgeCommit message (Collapse)AuthorFilesLines
2013-02-26nuke remaining less/tests/ files and move grid over to examples dirMark Otto6-1804/+0
2013-02-26Move navbar examples to /examples directoryMark Otto3-312/+0
2013-02-19remove the search-query class and increase the widthTom Pietschker1-1/+1
2013-02-16All Glyphicons now require a base class, e.g. .glyphicon.glyphicon-starMark Otto1-16/+16
2013-02-07remove modal test fileMark Otto1-135/+0
2013-02-07update docs modalsMark Otto1-1/+1
2013-02-06Overhaul modal to make it responsive and not super lameMark Otto1-0/+135
2013-02-04Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto2-1/+15
Conflicts: docs/assets/css/bootstrap.css less/type.less
2013-02-01Merge branch 'dospuntocero-master' into 2.3.0-wipMark Otto2-1/+15
2013-02-01add horizontal-three-color gradient testMark Otto2-1/+15
2013-01-17Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto1-0/+51
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-17overhaul alerts section of testsMark Otto1-38/+30
2013-01-17Update less/tests/css-tests.htmlravage841-0/+59
Extended css-tests with alerts (alerts and alert-blocks)
2012-12-08Merge branch 'master' into 3.0.0-wipMark Otto1-1/+48
Conflicts: docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/css.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/javascript.mustache less/breadcrumbs.less less/tables.less less/tests/css-tests.html
2012-12-08Nesting tablesMark Otto1-0/+49
* Add simple test to css-tests.html * Scope .table-bordered to immediate children th/td elements only
2012-12-05Merge branch '2.2.2-wip' into 3.0.0-wipMark Otto6-18/+18
Conflicts: README.md docs/assets/css/bootstrap.css docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/examples/fluid.html docs/scaffolding.html less/breadcrumbs.less less/popovers.less less/responsive.less
2012-12-03Once more, update all the favicons to retinaMark Otto6-18/+18
2012-11-30Remove more fluid grid stuffMark Otto1-11/+0
* No more fluid layout * No fluid grid overrides for tables.less * No more fluid example page
2012-11-30more tests for form styles; includes lightening help textMark Otto1-0/+20
2012-11-30Refine containers and navbarsMark Otto3-3/+3
* 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-30Merge branch '2.2.2-wip' into exploratoryMark Otto1-17/+16
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-29add holder and replace placehold.itMark Otto1-19/+19
2012-11-03Merge branch 'glyphicons_font' into exploratoryMark Otto1-0/+71
Conflicts: docs/assets/css/bootstrap.css docs/assets/css/docs.css less/sprites.less
2012-11-02removing glyphicons images, swapping in new icon font with new classesMark Otto1-0/+71
2012-09-25remove remaining fluid grid cssMark Otto2-192/+0
2012-09-25Merge branch '2.1.2-wip' into box-sizing-exerciseMark Otto5-36/+456
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/base-css.html docs/templates/pages/base-css.mustache less/forms.less less/mixins.less
2012-09-25headway, cleanup, and testsMark Otto1-235/+108
2012-09-23ensure 100% width for .uneditable-inputs in <767px viewportsMark Otto1-0/+71
2012-09-20fixes #5102, #5166, #5194, #5205: add overflow: visible; to ↵Mark Otto3-3/+39
.nav-collapse.collapse so that dropdowns overflow correctly in the navbar in IE7-8
2012-09-18fixes #5177: remove color on .btn-large .caret, but keep sizing change; also ↵Mark Otto1-0/+139
start to add CSS tests for buttons
2012-09-17fixes #5041: add new navbar css tests for each variation, remove width: ↵Mark Otto3-35/+209
100%; from .navbar-static-top
2012-09-10more tests and experimentsMark Otto1-2/+10
2012-09-08latest tweaks to grid classes for formsMark Otto1-8/+15
2012-09-07commenting out stuff and adding grid test pageMark Otto1-0/+93
2012-09-03fixes #4935: properly comment responsive image techniques and add CSS tests ↵Mark Otto1-0/+38
to support
2012-08-27fixes #4741: undo previous version's attempt at firefox gradient changes and ↵Mark Otto2-0/+102
add gradient tests
2012-08-27fixes #4718: add vertical-align: middle; to .btn-group to ensure proper ↵Mark Otto1-0/+17
alignment next to standard .btn
2012-08-21fixes #4526: box-shadow on .radio and .checkbox if .control-group has a form ↵Mark Otto1-0/+13
field state
2012-08-21add css tests and stuff for #4528Mark Otto1-1/+19
2012-08-01add test for #4236: button group, one button with text and one with icon, ↵Mark Otto1-1/+11
now line up properly
2012-08-01add select element responsive CSS testMark Otto1-13/+24
2012-08-01label new css testMark Otto1-0/+1
2012-08-01add test for textarea at .span12, really fix docs footerMark Otto1-0/+12
2012-07-30fixes #3665: ensure inputs in a fluid row maintain grid sizingMark Otto1-0/+19
2012-07-30fixes #3900: nudge badges in buttons up 1pxMark Otto1-1/+2
2012-07-30fix navbar form alignment, and update examples to show these casesMark Otto1-2/+5
2012-07-19fixes #4103: simpler fix for tfoot in .table-borderMark Otto1-3/+24
2012-07-19fixes #4102: properly round top left corners of .table-border with ↵Mark Otto1-11/+13
caption/colgroup; also fix css tests page layout and footer
2012-07-15docs cleanup and blockquote cleanup for .pull-right optionMark Otto1-1/+0