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 (Expand)Author
2014-07-12rearrange a few things; drop compiled theme fileMark Otto
2014-07-10Refactor navs: new classes, remove separate pills & tabs files, drop justifie...Mark Otto
2014-07-10Drop the deprecated .visible-* classes (because we replaced them with .visibl...Mark Otto
2014-07-10Drop deprecated code from Less filesMark Otto
2014-07-10more navs workMark Otto
2014-07-09Merge branch 'derp' into derp_navsMark Otto
2014-07-09Refactor: drop all custom .progress-bar styles and replace with <progress> el...Mark Otto
2014-07-09Badges, navs, and moreMark Otto
2014-07-09Use .box-shadow() mixin so we can enable/disable themMark Otto
2014-07-09Drop: .opacity() mixin because we no longer support IE8Mark Otto
2014-07-09Nuke all IE8 fallbacks and comments and hacksMark Otto
2014-07-09move tabs and pills to separate files with unique classesMark Otto
2014-07-09rems: table paddingMark Otto
2014-07-09Nuke unused vars for panels wells and thumbnailsMark Otto
2014-07-09Bring back button infoMark Otto
2014-07-09Revamp button: rename .btn-default to .btn-secondary, drop .btn-infoMark Otto
2014-07-09Fix navbar margins and update grid sidebar styles to matchMark Otto
2014-07-09Implement the new border-radius guard: only round things if global @enable-ro...Mark Otto
2014-07-09rems: update breadcrumbs to use new sizing; improve variables by renaming @br...Mark Otto
2014-07-09Refactor: drop .dropdown .caret for a generated caret using .dropdown-toggle:...Mark Otto
2014-07-08Drop: Thumbnails completely, as they'll be replacedMark Otto
2014-07-08Drop: Panels completely, as they'll be replacedMark Otto
2014-07-08Update grid mixins section of the docsMark Otto
2014-07-08Overhaul semantic grid mixinsMark Otto
2014-07-08rems: rework grid system vars to use rems/emsMark Otto
2014-07-08Drop: Device-named container variables since we alreay sort of deprecated the...Mark Otto
2014-07-08Drop: deprecated .dropdown-menu.pull-right stylesMark Otto
2014-07-08rems: input sizesMark Otto
2014-07-08Drop: @gray-base variableMark Otto
2014-07-08Clean up variable alignment and comments; change grays to new custom valuesMark Otto
2014-07-08Drop: all vendor prefix mixins because autoprefixerMark Otto
2014-07-08Fix input sizing and increase vertical padding on textareasMark Otto
2014-07-08Drop: @screen-table, @screen-desktop, @screen-lg-desktop, @screen-sm, @screen...Mark Otto
2014-07-08Drop: @screen-xs, @screen-xs-min, and @screen-phoneMark Otto
2014-07-08Drop: @dropdown-caret-color variableMark Otto
2014-07-08rems: buttonsMark Otto
2014-07-08rems: codeMark Otto
2014-07-08Drop GlyphiconsMark Otto
2014-07-08drop wellsMark Otto
2014-07-08restore font-weight and knock down font-size for .leadMark Otto
2014-07-08start the move to remsMark Otto
2014-07-08Part 1 for fixing #13996: Revert the width: 100% \9; IE hack for SVG img-resp...Mark Otto
2014-07-07Follow up to #13907: Add .focus styles for buttonsMark Otto
2014-07-07Merge pull request #14051 from loic/issue13325Mark Otto
2014-07-07Fix small typo introduced in e2029e1Heinrich Fenkart
2014-07-07Merge branch 'master' of github.com:twbs/bootstrapMark Otto
2014-07-07Merge pull request #14029 from BBosman/touch-actionMark Otto
2014-07-07Address margins on .navbar-right to fix #13325 #13464.Loic Bistuer
2014-07-07Fixes #13746: Add docs section for brand imageMark Otto
2014-07-07Fixes #14053: Don't show radio/checkbox in justified button groupsMark Otto