Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)Author
2013-05-16change dropdown strategy to use an overlay - fixes mobile click anywhere + ↵fat
allows for firefox middle click
2013-05-15Run make on previous commit; twerk box shadow back to commented out versionMark Otto
2013-05-15Fixed ugly outline in select fieldsm.seegmüller
Removes .tab-focus() on select-fields
2013-05-15Fixed ugly outlinem.seegmüller
Removes outline (especially on select-elements in firefox)
2013-05-15Overhaul form control and button sizing, and some type stylesMark Otto
* 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-15margin on bottom of navbar nav by default, also round links in mobile views ↵Mark Otto
(unround in desktop)
2013-05-15Fixes #7885 and #7886: only right align horizontal form labels when above 768pxMark Otto
2013-05-15Add .panel-footerMark Otto
2013-05-14Fix caret positionRobert Burns
2013-05-13spacingMark Otto
2013-05-13Merge branch '3.0.0-wip' of https://github.com/rvinay88/bootstrap into ↵Mark Otto
rvinay88-3.0.0-wip
2013-05-13Less specific dropdown styles, change up navbar dropdown stylesMark Otto
2013-05-13fix broke exampleMark Otto
2013-05-13Consolidate active dropdown toggle styles and comment out the restMark Otto
2013-05-13Restore commented out dropdown styles, get open dropdown state working againMark Otto
2013-05-13Start some nav and dropdown cleanupMark Otto
* Remove border-radii on top of tab dropdown menus * Remove the .dropdown and .dropup styles and instead place on all * Use on dropdown carets intead of separately applying margin with a top alignment * Some other misc cleanup
2013-05-12Timestamp correction 2Vinay Raghu
2013-05-12Timestamp correctionVinay Raghu
2013-05-11Fix the selectors for the .input-group-btn selector.Blake Embrey
2013-05-11Changed Screen Notations on responsive-utilities.less and recompiled the ↵Vinay Raghu
stylesheet
2013-05-11Merge pull request #7838 from blakeembrey/btn-group-radiusMark Otto
Remove the overrides and resets from button groups
2013-05-10Font-size and line-height tweaksMark Otto
* Use 1.428 for line-height instead of 1.5 * Use function for full pixel values instead of decimals
2013-05-10Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto
2013-05-10Fix component margin and padding values to use @line-height-computedAaron
2013-05-10remove duplicate text scalingMark Otto
2013-05-10Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto
Conflicts: less/forms.less
2013-05-10Unitless line-heightMark Otto
* Instead of 20px as @line-height-base, use 1.5 * Update typographic scale for headings to use unitless as well--required some twerking of decimals a bit and some rounding * Introduce new @line-height-computed value, which takes base font-size and multiplies it by 1.5, for use in padding and margin on components
2013-05-10Update button groups to use not selector and remove redundant CSS.Blake Embrey
2013-05-10Fix up navbar forms by using inline form as a mixin; fix docs for thoseMark Otto
2013-05-10Merge pull request #7837 from blakeembrey/input-group-radiusMark Otto
Remove input-group border radius resets
2013-05-10More forms overhaulMark Otto
* Refactor the .forms-horizontal code--much simpler now and built on the Bootstrap grid system instead * Remove all the margins on form controls for simpler styling everywhere else--was overriding that way too often * Drop .help-inline, but keep .help-block * Drop the unused input grid class overrides
2013-05-10Make the border-radius on input-groups to be overrides instead of resets on ↵Blake Embrey
every size.
2013-05-10Make icons antialiased on Webkit browsers.Blake Embrey
2013-05-10Remove backface-visibility from progress bars.Blake Embrey
2013-05-09Super massive docs overhaulMark Otto
* Bring back the navbar up top * Pull the docs content back into separate pages because a 6.6k line docs file is just crazy * Recenter the page content and bring back affixed side nav (needs work)
2013-05-09hide entire navbar in print viewsMark Otto
2013-05-09Fixes #7816: revert negative margin on .navbar-navMark Otto
2013-05-08Merge pull request #7809 from twitter/bs3_adding_btn_defaultMark Otto
BS3: Require .btn-default for all standard buttons
2013-05-08indentation fixMark Otto
2013-05-08Update formsMark Otto
* Overhaul the form control sizing section to only show sizing via grid columns as parents, not as classes on inputs * Restore the inline-form option * Restore the bottom margin on form controls and make them block level instead of inline-block * More misc docs cleanup for forms
2013-05-08Fixes #7796: change @list-group-active-text to @list-group-active-colorMark Otto
2013-05-08Require .btn-default for regular buttonsMark Otto
* Instead of , use for standard, gray button * Improves ability to customize buttons by encouraging folks to not override .btn and thus overriding all button modifier classes * Updates docs to reflect the change * Reorganize buttons CSS
2013-05-07Outdent nav links a bit more so they line up in navbarMark Otto
2013-05-05Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto
2013-05-05Fixes #7783: nuke bottom margin on fixed-bottom-navbarMark Otto
2013-05-04use @screen-small var in grid.lessChris Rebert
Per comment by @nextgenthemes on/in cd06c5baac64a366
2013-05-04Merge pull request #7621 from jeremydenoun/patch-1Mark Otto
Fix flickering on progress bar width update
2013-05-04Fixes #7511: add support for nested button groups so you can use dropdowns ↵Mark Otto
in your button groups
2013-05-04Fixes #7721: change @navbar-text to @navbar-color, along with inverse optionsMark Otto
2013-05-04Update justified nav CSS for proper selectorsMark Otto