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
AgeCommit message (Expand)Author
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
2013-05-09Super massive docs overhaulMark Otto
2013-05-04Update justified nav CSS for proper selectorsMark Otto
2013-05-02Use @font-size-... variables instead of hardcoded font-size in pxDarDar
2013-04-22Fixes #7617: lowercase and dash gray color varsMark Otto
2013-04-16more nested navsArtur Kwiatkowski
2013-04-01Fixes #7438: remove max-height from justified nav tabs with some CSS wankeryMark Otto
2013-04-01-background to -bg for body and table varsMark Otto
2013-04-01@link-color-hover to @link-hover-colorMark Otto
2013-03-31new @component-active-bg variableMark Otto
2013-03-31Remove .nav-list given new .list-groupMark Otto
2013-03-31fuck everything about .clear_float() -- restore .clearfix() as mixinMark Otto
2013-03-01Fixes #6995: Add disabled navbar nav link supportMark Otto
2013-03-01Fixes #6935: Use standard decimal points for .opacity() mixinMark Otto
2013-02-18fix broken marketing section with updated classMark Otto
2013-02-06Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto
2013-01-18Restore nav tabs, pills, justified variation, disabled links, and a few more ...Mark Otto
2013-01-16remove extra border-radius propsMark Otto
2013-01-16mobile-first navs, navbar, grids, and typeMark Otto
2013-01-12Remove overflow: auto; from .tab-contentMark Otto
2013-01-03Basic keyboard accessibility CSS tweaksPatrick H. Lauke
2012-12-17Use @border-radius-base var for nav tabsMark Otto
2012-12-01more vars changed, remove @white varMark Otto
2012-12-01more consistent variable naming patternsMark Otto
2012-12-01Part 1 of unCamelCasing variablesMark Otto
2012-11-30Merge branch '2.2.2-wip' into exploratoryMark Otto
2012-11-30update commentMark Otto
2012-11-04add justified nav links for tabs and pillsMark Otto
2012-11-04Navs refactor, restoring .nav-listMark Otto
2012-11-02Prevent IE8 from misplacing imgsDavid
2012-10-01Add missing icon class definition for navs.lessamid2887
2012-10-01remove .nav-list, instead use .nav-stacked on .nav-tabs or .nav-pills from no...Mark Otto
2012-10-01remove tabbable tabs on left, right, and bottom; instead, from here out use s...Mark Otto
2012-10-01remove .border-radius mixin and replace with standard border-radius property,...Mark Otto
2012-09-13fix active tab bg on non-white bodyAdrien Cahen
2012-07-24fixes #4156: don't override border radius if stacked nav has one childMark Otto
2012-07-18de-scope nav-header from .navMark Otto
2012-07-18fix dropdown vars and make hover state be link color again, add gradient to d...Mark Otto
2012-06-29standardize top level file commentsMark Otto
2012-06-25more subnav optimizationsMark Otto
2012-06-25tons of docs cleanup in css, adding subnav to official componentsMark Otto
2012-06-20#2764: add disabled styles to navs and dropdownsMark Otto
2012-04-15Merge branch '2.0.3-wip-nav-collapse' of https://github.com/tierra/bootstrap ...Mark Otto
2012-04-15fix #1823: styles of tabs within other tabs resolvedMark Otto
2012-04-02Restrict collapsed items in Navbar to only those in .nav-collapse, and button...Bryan Petty
2012-04-01fix #2811: left and right aligned tabbable tabs fixes so that .tab-content gr...Mark Otto