aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-theme.css
AgeCommit message (Collapse)AuthorFilesLines
2014-11-12bump version to v3.3.1v3.3.1Mark Otto1-1/+1
2014-11-09darken primary blue for accessibility contrast on link colorsMark Otto1-38/+38
2014-11-08gruntMark Otto1-0/+13
2014-10-29Merge branch 'master' into v3.3.0v3.3.0Mark Otto1-0/+5
Conflicts: docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js
2014-10-29fixes #14913: badges in list group shouldn't have text shadowMark Otto1-0/+5
2014-10-29version bumpMark Otto1-1/+1
2014-10-25Fixes #14806: reset the text-shadow in the themed buttonsMark Otto1-0/+8
2014-10-25Fixes #14814: Use the link active bg variables for theme navbar gradientsMark Otto1-10/+10
2014-08-04unfuck all that because lol dependenciesMark Otto1-119/+155
2014-08-04fixes #14310: reset .active as well for button linksMark Otto1-155/+119
2014-07-12Fixes #14074: Make open dropdown nav links in navbar use gradientsMark Otto1-0/+2
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