aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2014-08-02Fixes #14234: Reset the hack IE8-10 with another hack just for IE11 for ↵Mark Otto1-0/+15
temporal inputs and line-height
2014-08-02Fixes #14251: Remove the -webkit-overflow-scrolling to prevent Safari from ↵Mark Otto1-1/+0
screwing up widths
2014-08-02Merge branch 'master' into derpMark Otto1-0/+24
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-08-02Merge pull request #13074 from haydenbleasel/masterMark Otto1-0/+24
WebKit CSS3 carousel transforms for supported devices
2014-08-02Merge branch 'master' into derpMark Otto4-5/+19
Conflicts: _config.yml dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/glyphicons.html docs/_includes/css/forms.html docs/_includes/css/tables.html docs/_includes/getting-started/browser-device-support.html docs/_includes/header.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/dropdowns.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/javascript.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/grid/index.html docs/examples/jumbotron-narrow/index.html docs/examples/jumbotron/index.html docs/examples/justified-nav/index.html docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/navbar/index.html docs/examples/non-responsive/index.html docs/examples/offcanvas/index.html docs/examples/signin/index.html docs/examples/starter-template/index.html docs/examples/sticky-footer-navbar/index.html docs/examples/sticky-footer/index.html docs/examples/theme/index.html docs/examples/tooltip-viewport/index.html less/code.less less/panels.less less/variables.less
2014-08-02Fixes #14253: Add borders for tables that follow bodies in panelsMark Otto1-1/+3
2014-08-02Fixes #13202: Always use overflow: auto; on .table-responsive to prevent ↵Mark Otto1-1/+2
content breaking out of containers
2014-07-23Fixes #14142: Adding horizontal padding to captions in tables in panels.Mark Otto1-0/+5
2014-07-23Fixes #14221: Make .form-control-static work in inline forms as wellMark Otto1-0/+5
2014-07-23Fixes #14168: bold nested kbd elementsMark Otto1-0/+1
2014-07-23Fixes #12669 again: Redeclare the line-heights again for date inputs in IE8+Mark Otto1-0/+2
2014-07-22Update grunt-csscomb.XhmikosR1-4/+9
2014-07-17Tabs to spaceswangsai1-1/+1
2014-07-14simplify jumbotron styles, rem-ify paddingMark Otto2-7/+2
2014-07-14fixed pos utility classMark Otto1-1/+9
2014-07-14experiment with more utilitiesMark Otto2-0/+24
2014-07-14inverse table ideaMark Otto2-1/+19
2014-07-13table headersMark Otto1-0/+15
2014-07-13new navbar ideasMark Otto5-21/+67
2014-07-13transitions mixin and global variable, add it to buttonsMark Otto3-0/+6
2014-07-12grunt some more things, rebuild customizer navMark Otto1-0/+2
2014-07-12Fixes #14074: Make open dropdown nav links in navbar use gradientsMark Otto1-0/+2
2014-07-12Merge branch 'master' into derpMark Otto4-2/+8
Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/javascript/dropdowns.md less/utilities.less
2014-07-12Fixes #14095: Add basic styling for captions, which we've for some reason ↵Mark Otto1-0/+6
been missing all this time.
2014-07-12Merge pull request #14104 from KyleMit/add-pointer-eventsMark Otto1-0/+1
Add Pointer Events
2014-07-12Fixes #13974, #14123: Remove translate3d repaint performance enhancement for ↵Mark Otto1-1/+0
text rendering and position wonkiness
2014-07-12Fixes #14107: Lighten placeholder textMark Otto1-1/+1
2014-07-12Change `code` variables to match `pre`Mark Otto1-2/+2
2014-07-11rearrange a few things; drop compiled theme fileMark Otto3-1/+11
2014-07-09Add Pointer EventsKyle1-0/+1
2014-07-09Refactor navs: new classes, remove separate pills & tabs files, drop ↵Mark Otto4-312/+71
justified nav because it never really worked
2014-07-09Drop the deprecated .visible-* classes (because we replaced them with ↵Mark Otto1-42/+0
.visible-*-block, -inline-block, -inline
2014-07-09Drop deprecated code from Less filesMark Otto5-40/+4
2014-07-09more navs workMark Otto1-0/+54
2014-07-09Merge branch 'derp' into derp_navsMark Otto20-159/+206
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-07-09Refactor: drop all custom .progress-bar styles and replace with <progress> ↵Mark Otto2-65/+137
element
2014-07-09Badges, navs, and moreMark Otto3-11/+19
2014-07-08Use .box-shadow() mixin so we can enable/disable themMark Otto13-41/+44
2014-07-08Drop: .opacity() mixin because we no longer support IE8Mark Otto5-14/+3
2014-07-08Nuke all IE8 fallbacks and comments and hacksMark Otto10-31/+6
2014-07-08move tabs and pills to separate files with unique classesMark Otto3-0/+127
2014-07-08rems: table paddingMark Otto1-2/+2
2014-07-08Nuke unused vars for panels wells and thumbnailsMark Otto2-89/+1
2014-07-08Bring back button infoMark Otto3-0/+8
2014-07-08Revamp button: rename .btn-default to .btn-secondary, drop .btn-infoMark Otto3-26/+12
2014-07-08Fix navbar margins and update grid sidebar styles to matchMark Otto1-1/+1
2014-07-08Implement the new border-radius guard: only round things if global ↵Mark Otto19-25/+44
@enable-rounded == true
2014-07-08rems: update breadcrumbs to use new sizing; improve variables by renaming ↵Mark Otto2-10/+13
@breadcrumb-separator to @breadcrumb-divider; change up colors
2014-07-08Refactor: drop .dropdown .caret for a generated caret using ↵Mark Otto2-18/+20
.dropdown-toggle:after
2014-07-08Drop: Thumbnails completely, as they'll be replacedMark Otto3-39/+0