aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-theme.css
AgeCommit message (Collapse)AuthorFilesLines
2014-07-11rearrange a few things; drop compiled theme fileMark Otto1-338/+0
2014-07-11grunt distMark Otto1-125/+88
2014-07-09Merge branch 'master' into derpMark Otto1-88/+125
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/navs.html docs/_includes/css/images.html docs/_includes/js/dropdowns.html docs/_includes/js/tabs.html docs/assets/css/docs.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-07-09docs design changes for markdown contentMark Otto1-125/+88
2014-07-08Use .box-shadow() mixin so we can enable/disable themMark Otto1-1/+0
2014-07-08Nuke unused vars for panels wells and thumbnailsMark Otto1-63/+0
2014-07-08Bring back button infoMark Otto1-0/+25
2014-07-08Revamp button: rename .btn-default to .btn-secondary, drop .btn-infoMark Otto1-55/+27
2014-07-08rems: codeMark Otto1-2/+2
2014-07-07start the move to remsMark Otto1-33/+33
2014-06-26bump to v3.2.0Mark Otto1-1/+1
2014-06-19fixes #13881: restore existing striped progress bar behavior with theme stylesMark Otto1-0/+5
2014-06-18gruntMark Otto1-0/+30
2014-03-07Add autoprefixerBas Bosman1-0/+60
2014-02-13v3.1.1 bumpMark Otto1-1/+1
2014-01-30Bump versions, run gruntv3.1.0Mark Otto1-1/+1
2014-01-07Fix #12073: Consistent order of variationsJulian Thilo1-18/+18
This changes the order of component variations throughout the repo (code and docs) to be more consistent. The order now used everywhere is the one most frequently found in the repo before: Default, Primary, Success, Info, Warning, Danger
2014-01-07Update copyright notices in all placesJulian Thilo1-1/+1
- Implements new format "Copyright 2011-xxxx Twitter, Inc.", which resonates well with our History page and more accurately reflects the copyright status of the repo - grunt dist to update all the files
2014-01-01New YearZlatan Vasović1-1/+1
2013-12-24roll back version numbers to avoid broken links in docs and readme (fixes ↵Mark Otto1-1/+1
#12000)
2013-12-23Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+0
2013-12-23Upgrade to CSScomb 1.2.1 and reset some ordering to ensure no rogue spacesMark Otto1-24/+24
2013-12-23Improve bannerZlatan Vasović1-1/+0
2013-12-18more license mentionsMark Otto1-1/+1
2013-12-18version bumpMark Otto1-1/+1
2013-12-09enable CSS source maps in grunt-contrib-lessChris Rebert1-0/+1
2013-12-08more closely align property order with recessMark Otto1-32/+32
2013-12-08merge, compileMark Otto1-153/+103
2013-12-03-moz and old webkit syntax removed for gradients based onawebdeveloper1-60/+0
http://caniuse.com/#search=grad
2013-12-01bump version numbers to 3.0.3Mark Otto1-1/+1
2013-11-30Alternate fix for #11303: add link to site in banner and remove @mdo and ↵Mark Otto1-3/+1
@fat usernames from it
2013-11-06bump versions to v3.0.2Mark Otto1-1/+1
2013-10-303.0.1v3.0.1Mark Otto1-1/+1
2013-10-26Add another newline to improve final code readabilityZlatan Vasović1-0/+1
This divides banner from code.
2013-10-20run grunt on last commit for gradient syntax changeMark Otto1-30/+30
2013-10-20Fixes #10620: remove gradient on buttons for IE9 in theme.less due to bleed ↵Mark Otto1-0/+6
through with rounded corners
2013-10-13fix #10257Mark Otto1-0/+2
2013-10-03run gruntChris Rebert1-6/+6
2013-10-01run up-to-date gruntChris Rebert1-0/+7
2013-10-01run gruntMark Otto1-7/+0
2013-09-23run grunt distChris Rebert1-0/+7
2013-09-01fixes #10111: different colors for dropdown link hover and active statesMark Otto1-1/+10
2013-08-23Run grunt dist on theme for some reasonMark Otto1-5/+5
2013-08-23fixes #9877: improve active state on nav list items in themeMark Otto1-4/+18
2013-08-23fixes #9879: add hover state to theme buttonsMark Otto1-48/+84
2013-08-18Merge branch '3.0.0-wip' into bs3_panel_base_classMark Otto1-10/+10
Conflicts: dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css
2013-08-18Update var in themeMark Otto1-10/+10
2013-08-18Refactor panels to have a base class for improved flexibility when ↵Mark Otto1-1/+1
customizing (and no overriding to start, too)
2013-08-17Finish first pass at and docment Bootstrap v2-ish themeMark Otto1-0/+384
* Adds new "theme" example * Adds new theme.less file to provide all the overrides and additional styles for the theme * theme.less compiles, via Grunt, to two new files to `dist/css`, bootstrap-theme.css and bootstrap-theme.min.css