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
2012-12-10Update .dropdown-menu selectors to avoid conflicts with other elements. Fixes...Blake Embrey
2012-11-28Fixes #5533: Remove filter gradient from disabled links on dropdownsMark Otto
2012-11-05Fixes #5113: increase .typeahead z-index for proper use with modalsMark Otto
2012-10-31Replaced hardcoded CSS rules with mixinsNinir
2012-10-17fixes #5496: use correct var for dropdown active link textMark Otto
2012-10-10fixes #5478: remove double background color on dropdown linksMark Otto
2012-10-08fixes #5443: reset background gradient on disabled dropdown linksMark Otto
2012-10-05fixes #5430: scope link styles in .dropdown-menu to .dropdown-menu li > aMark Otto
2012-10-03use border-radius vars where possibleMark Otto
2012-10-02improve dropdown submenu docs; add docs for left submenu; remove all dupe css...Mark Otto
2012-09-16Support for left-opening dropdown submenusRobert McLaws
2012-09-07fixes #5020: submenu support in dropupMark Otto
2012-08-22Merge branch 'incbee-master' into 2.1.1-wipMark Otto
2012-08-22Fix all submenus expanded recursively in dropdownphilippm
2012-08-22remove entity in content property on dropup carets--not necessary at allMark Otto
2012-07-29reverse navbar styles to save codeMark Otto
2012-07-27add docs for sub menu support on dropdowns, add caret via :after to submenu t...Mark Otto
2012-07-27add basic support for sub menus in dropdown menusMark Otto
2012-07-23fixes #4136: use @dropdownBorder var, but keep IE7-8 fallbackMark Otto
2012-07-18fix dropdown vars and make hover state be link color again, add gradient to d...Mark Otto
2012-07-09wasn't feeling the new buttons, downsizing again until we get a better balanceMark Otto
2012-07-09updating docs examples to remove 13/18 resets, fix up buttons alignments and ...Mark Otto
2012-06-29standardize top level file commentsMark Otto
2012-06-25more subnav optimizationsMark Otto
2012-06-20add separate vars for dropdown link hover and active statesMark Otto
2012-06-20#2764: add disabled styles to navs and dropdownsMark Otto
2012-06-03Merge branch 'accessibility' into 2.1.0-wipJacob Thornton
2012-05-28scope float right dropdown menus to immediate childrenMark Otto
2012-05-17abandon activedescendant because it was awfulJacob Thornton
2012-05-17nearly everything working with activedescendant... then decide it's wrong.Jacob Thornton
2012-05-14#3420: properly scope dropdown open state to immediate children onlyMark Otto
2012-05-14#3469: add variables for dropdown menu dividersMark Otto
2012-04-17lots of property orderingJacob Thornton
2012-03-26add position relative to .dropupMark Otto
2012-03-23Dropdowns overhaul:Mark Otto
2012-03-12remove the unused text-indent on dropdown caretsMark Otto
2012-03-11add button sizes to docs for button dropdowns, clean up styles for themMark Otto
2012-03-06Merge branch 'charettes-small-button-dropdowns-caret' into 2.0.2-wipMark Otto
2012-03-05utilize new dropdown variablesMark Otto
2012-03-05Fixed small button caret and moved less code to dropdownsSimon Charette
2012-02-22clean up and simplify support for bottom navbar by automagically turning drop...Mark Otto
2012-02-22Merge branch '2.0/fork/components/dropup' of https://github.com/buraktuyan/bo...Mark Otto
2012-02-21add horizontal divider support to nav list, including documentation for it, p...Mark Otto
2012-02-20Remove underscore hack for IE6Jacob Rask
2012-02-19fix right aligned dropdownsMark Otto
2012-02-07fix for #1779, use line-height varMark Otto
2012-02-05remove max-width on dropdown menusMark Otto
2012-01-30Adding dropup support to split buttons and navbarBurak Tuyan
2012-01-28nav, buttons, and docs updates to account for outline: 0; on :activeMark Otto
2012-01-28IE7 fixes for split buttons and dropdownsPete Hopkins