summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-29yeti: lighten link-hover-colorThomas Park
2015-04-29Merge pull request #446 from Panman8201/gh-pagesThomas Park
paper: fade effect for table-hover
2015-04-27paper: fade effect for table-hoverRyan Panning
Used the same `.transition()` that other elements use, like .btn’s, for `.table-hover` row hover state and support with contextual classes. Simply added the transition for both .less and .scss then ran `grunt swatch:paper`. Closes #444
2015-04-23paper: remove margin-top on dropdown menus, closes #445Thomas Park
2015-04-23paper: no border for nav-justified on focus, closes #443Thomas Park
2015-04-21change protocol relative urls to httpsThomas Park
2015-04-14update eloquent javascript linkThomas Park
2015-04-14darkly, flatly: fix input heights, closes #438Thomas Park
2015-04-11readable: fix navbar padding for ie8, closes #436Thomas Park
2015-03-27update components test to use https and localstorageThomas Park
2015-03-27paper: fix panel-heading color, closes #432Thomas Park
2015-03-24Merge pull request #430 from jenil27/gh-pagesThomas Park
update html5shiv
2015-03-24update html5shivJenil Gogari
2015-03-23bump build version to 3.3.4+1Thomas Park
2015-03-22change homepage tldThomas Park
2015-03-22paper: tweak button shadowsThomas Park
2015-03-22add radio/checkbox testThomas Park
2015-03-19paper: empty content in progress bars, closes #424Thomas Park
2015-03-17update version numbersThomas Park
2015-03-17update bootswatch to 3.3.4Thomas Park
2015-03-17update bootstrap 3.3.4Thomas Park
2015-03-10paper: fix radio and checkbox for addonsThomas Park
2015-03-06paper: carousel caption inherits color, closes #417Thomas Park
2015-03-06replace jsbin embed with linkThomas Park
2015-03-06update bookmarklet and jsbin embed for httpsThomas Park
2015-03-05fix feedburner url for v2Thomas Park
2015-03-05fix jquery url for v2Thomas Park
2015-03-05update index for httpsThomas Park
2015-03-05sandstone: color in panel-footer, fixes #411Thomas Park
2015-03-05fix missing bracket in script, closes #416Thomas Park
2015-03-02Merge pull request #413 from victorhaggqvist/gh-pagesThomas Park
paper: fix get bold version of Roboto
2015-03-02paper: fix get bold version of RobotoVictor Häggqvist
2015-02-27fix tooltip opacity for ie8, closes #410Thomas Park
2015-02-23prevent default on button clicksThomas Park
2015-02-20Merge pull request #407 from nielslbeck/nielslbeck-patch-strictMathThomas Park
Using strictMath
2015-02-20prepare themes for strictMathThomas Park
2015-02-20lumen: make nav-justified code style consistentThomas Park
2015-02-19paper: fix checkbox for has-* styles, closes #406Thomas Park
2015-02-19Merge pull request #405 from jbohren-forks/gh-pagesThomas Park
lumen: fixing justified tabs animation
2015-02-19Using strictMathnielslbeck
Using strictMath to prevent Less from trying to calculate stuff it's shouldn't calculate. Example: The following Less: .small { width: calc(~"100% / 12 * 6 - 40px"); } will output the following CSS: .small { width: -webkit-calc(100% / 12 * 7 - 40px); width: calc(100% / 12 * 7 - 40px); } which is as expected. The calculation can be performed at runtime. But the minified version will be: .small{width:-webkit-calc(18.33333333%);width:calc(18.33333333%)} and that's something else (the absolute part, 40px, shouldn't be converted to something relative). By using strictMath: true both the CSS and the minified CSS will contain the entire calculation.
2015-02-17lumen: fixing justified tabs animationJonathan Bohren
2015-02-16lumen: expand tabs in one direction, closes #404Thomas Park
2015-02-16lumen: fix spacing on btn-group-verticalThomas Park
2015-02-10fix home navbar on mobileThomas Park
2015-02-06update markup to pass bootlint, closes #402Thomas Park
2015-02-05readable: fix navbar active styleThomas Park
2015-02-03paper: fix btn-group margin, closes #400Thomas Park
2015-01-30paper: unbold labels, #399Thomas Park
2015-01-29paper: apply pointer cursor to input element directlyThomas Park
2015-01-29paper: pointer cursor for checkboxes and radio buttonsThomas Park