| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-08-04 | rename imported files to preface with underscore; rerun grunt dist | Mark Otto | 1 | -88/+0 | |
| 2013-12-20 | add new variables for "pagination" to improve support of customizing | Tobias Lindig | 1 | -3/+6 | |
| 2013-08-21 | fix #9941 | Denis Gonchar | 1 | -0/+2 | |
| 2013-08-15 | improve pagination's active state so it looks less like the active state and ↵ | Mark Otto | 1 | -9/+20 | |
| more like active nav items | |||||
| 2013-08-13 | Added pagination-size mixin | ggam | 1 | -38/+2 | |
| 2013-08-03 | Greater standardization of sizing terminology | Chris Rebert | 1 | -2/+2 | |
| In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small | |||||
| 2013-08-03 | Change value for padding on pagination to variables | Elvis Ratzlaff | 1 | -1/+1 | |
| 2013-07-31 | Removed trailing whitespaces | Cesidio Di Landa | 1 | -3/+3 | |
| Changed hard tabs to soft tabs | |||||
| 2013-07-26 | move things around :) | syed | 1 | -2/+2 | |
| Moved pager, pagination, popovers, tooltip, progress bars & type properties to variables.less | |||||
| 2013-07-24 | set cursor to not-allowed for disabled elements | liuyl | 1 | -1/+1 | |
| 2013-07-07 | use nesting more in pagination.less | Chris Rebert | 1 | -40/+50 | |
| 2013-07-05 | refactor pagination | liuyl | 1 | -4/+4 | |
| 2013-07-05 | refactor pagination | liuyl | 1 | -42/+52 | |
| 2013-06-29 | reset left padding for .media-list, .pagination and .pager | Francis Brunelle | 1 | -0/+1 | |
| 2013-05-14 | Overhaul form control and button sizing, and some type styles | Mark Otto | 1 | -20/+7 | |
| * 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-10 | Fix component margin and padding values to use @line-height-computed | Aaron | 1 | -1/+1 | |
| 2013-04-21 | Fixes #7617: lowercase and dash gray color vars | Mark Otto | 1 | -2/+2 | |
| 2013-03-31 | use @pagination- vars on pager component; change @pagination-bg-active to ↵ | Mark Otto | 1 | -1/+1 | |
| @pagination-active-bg | |||||
| 2013-03-31 | -background to -bg on pagination vars | Mark Otto | 1 | -3/+3 | |
| 2013-02-28 | Fixes #6998: disabled background color properly on pagination | Mark Otto | 1 | -1/+1 | |
| 2013-02-05 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 1 | -1/+3 | |
| Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/examples/hero.html less/buttons.less less/carousel.less less/close.less less/dropdowns.less less/labels-badges.less less/mixins.less less/navbar.less less/navs.less less/pagination.less less/responsive-navbar.less less/scaffolding.less less/sprites.less less/thumbnails.less less/type.less | |||||
| 2013-01-12 | Nuke shadow on pagination | Mark Otto | 1 | -1/+0 | |
| 2013-01-12 | Remove parent div from pagination component | Mark Otto | 1 | -51/+30 | |
| * No more div.pagination; it's now just ul.pagination * No more .pagination-right or .pagination-centered * Sizes remain * Any further customization, such as alignment, should be done on the individual application or site level. | |||||
| 2013-01-02 | Basic keyboard accessibility CSS tweaks | Patrick H. Lauke | 1 | -1/+3 | |
| Mostly doubling-up :hover styles to also cover :focus, as a first step to making the framework more keyboard-friendly. Additionally, fixed two small markup issues in the docs/examples to make the "Learn more" large primary button-styled links keyboard-focusable (as without href they're treated as non-tabable anchors). | |||||
| 2012-11-30 | hero unit and pagination vars | Mark Otto | 1 | -3/+3 | |
| 2012-11-30 | more consistent variable naming patterns | Mark Otto | 1 | -15/+15 | |
| 2012-11-30 | Part 1 of unCamelCasing variables | Mark Otto | 1 | -2/+2 | |
| 2012-10-02 | Merge branch '2.1.2-wip' into exploratory | Mark Otto | 1 | -1/+1 | |
| 2012-09-30 | remove .border-radius mixin and replace with standard border-radius ↵ | Mark Otto | 1 | -1/+1 | |
| property, since -webkit-* and -moz-* are only needed for older versions | |||||
| 2012-09-25 | remove all ie7 conditionals and mixins | Mark Otto | 1 | -1/+0 | |
| 2012-09-25 | Use paginationActiveBackground var to finish fixing #4295 | Robin Lewis | 1 | -1/+1 | |
| 2012-09-18 | add new vars for common border-radius, upping border-radius of inputs to ↵ | Mark Otto | 1 | -10/+35 | |
| 4px; add border-radius changes to -large, -small, -mini for buttons and paginations | |||||
| 2012-09-18 | add new vars for common font-sizes and paddings with large, small, and mini ↵ | Mark Otto | 1 | -29/+19 | |
| components; resize pagination and buttons to better match each other | |||||
| 2012-09-12 | Updated pagination to support .pagination-large, .pagination-small, ↵ | Brian Campbell | 1 | -6/+48 | |
| .pagination-mini matching button sizes. Updated related docs. | |||||
| 2012-08-27 | fixes #4640: pagination span issues resolved by scoping selectors to ↵ | Mark Otto | 1 | -17/+17 | |
| appropriate children, not all children; clarify docs on use of spans for disabled and active links | |||||
| 2012-08-07 | fixes #4295: add vars for pagination | Mark Otto | 1 | -1/+2 | |
| 2012-06-28 | standardize top level file comments | Mark Otto | 1 | -2/+4 | |
| 2012-06-19 | #3861: add span to pagination selectors for full support of non-link ↵ | Mark Otto | 1 | -5/+10 | |
| pagination items | |||||
| 2012-02-19 | enable use of span in place of a for .disabled in pagination, per #1406 | Mark Otto | 1 | -0/+1 | |
| 2012-01-30 | disable cursor on disabled and active pagination links | Mark Otto | 1 | -0/+1 | |
| 2012-01-26 | moving structure around + more work on builder... | Jacob Thornton | 1 | -0/+54 | |
