aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-theme.min.css
AgeCommit message (Collapse)AuthorFilesLines
2014-01-30Bump versions, run gruntv3.1.0Mark Otto1-1/+1
2014-01-07Fix #12073: Consistent order of variationsJulian Thilo1-1/+1
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-23Improve bannerZlatan Vasović1-1/+0
2013-12-18more license mentionsMark Otto1-1/+1
2013-12-18version bumpMark Otto1-1/+1
2013-12-09Undo merge of #11778 and use cleancss min optionMark Otto1-1/+8
2013-12-08Merge branch 'pr/11778' into drop_recess_for_lessMark Otto1-8/+1
Conflicts: Gruntfile.js dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css
2013-12-08derp, don't sort min /cc @cvrebertMark Otto1-263/+1
2013-12-08merge, compileMark Otto1-1/+264
2013-12-08Minify css with clean-css.XhmikosR1-1/+2
2013-12-03-moz and old webkit syntax removed for gradients based onawebdeveloper1-1/+1
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-1/+1
2013-10-20Fixes #10620: remove gradient on buttons for IE9 in theme.less due to bleed ↵Mark Otto1-1/+1
through with rounded corners
2013-10-13fix #10257Mark Otto1-1/+1
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/+1
2013-08-23Run grunt dist on theme for some reasonMark Otto1-1/+1
2013-08-23fixes #9877: improve active state on nav list items in themeMark Otto1-1/+1
2013-08-23fixes #9879: add hover state to theme buttonsMark Otto1-1/+1
2013-08-18Merge branch '3.0.0-wip' into bs3_panel_base_classMark Otto1-1/+1
Conflicts: dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css
2013-08-18Update var in themeMark Otto1-1/+1
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/+1
* 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