aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-theme.min.css
AgeCommit message (Collapse)AuthorFilesLines
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