Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-06 | paper: fade effect .close buttons | Ryan Panning | |
This applies the same `.transition()` to the `.close` class, which is used for alert close buttons, etc. Updated .less and .scss files and ran `grunt swatch:paper` | |||
2015-04-29 | cerulean, united: invert dropdown-menu links on narrow, closes #447 | Thomas Park | |
2015-04-29 | darkly: darken dropdown bg, change active component bg | Thomas Park | |
2015-04-29 | yeti: lighten link-hover-color | Thomas Park | |
2015-04-29 | Merge pull request #446 from Panman8201/gh-pages | Thomas Park | |
paper: fade effect for table-hover | |||
2015-04-27 | paper: fade effect for table-hover | Ryan 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-23 | paper: remove margin-top on dropdown menus, closes #445 | Thomas Park | |
2015-04-23 | paper: no border for nav-justified on focus, closes #443 | Thomas Park | |
2015-04-21 | change protocol relative urls to https | Thomas Park | |
2015-04-14 | update eloquent javascript link | Thomas Park | |
2015-04-14 | darkly, flatly: fix input heights, closes #438 | Thomas Park | |
2015-04-11 | readable: fix navbar padding for ie8, closes #436 | Thomas Park | |
2015-03-27 | update components test to use https and localstorage | Thomas Park | |
2015-03-27 | paper: fix panel-heading color, closes #432 | Thomas Park | |
2015-03-24 | Merge pull request #430 from jenil27/gh-pages | Thomas Park | |
update html5shiv | |||
2015-03-24 | update html5shiv | Jenil Gogari | |
2015-03-23 | bump build version to 3.3.4+1 | Thomas Park | |
2015-03-22 | change homepage tld | Thomas Park | |
2015-03-22 | paper: tweak button shadows | Thomas Park | |
2015-03-22 | add radio/checkbox test | Thomas Park | |
2015-03-19 | paper: empty content in progress bars, closes #424 | Thomas Park | |
2015-03-17 | update version numbers | Thomas Park | |
2015-03-17 | update bootswatch to 3.3.4 | Thomas Park | |
2015-03-17 | update bootstrap 3.3.4 | Thomas Park | |
2015-03-10 | paper: fix radio and checkbox for addons | Thomas Park | |
2015-03-06 | paper: carousel caption inherits color, closes #417 | Thomas Park | |
2015-03-06 | replace jsbin embed with link | Thomas Park | |
2015-03-06 | update bookmarklet and jsbin embed for https | Thomas Park | |
2015-03-05 | fix feedburner url for v2 | Thomas Park | |
2015-03-05 | fix jquery url for v2 | Thomas Park | |
2015-03-05 | update index for https | Thomas Park | |
2015-03-05 | sandstone: color in panel-footer, fixes #411 | Thomas Park | |
2015-03-05 | fix missing bracket in script, closes #416 | Thomas Park | |
2015-03-02 | Merge pull request #413 from victorhaggqvist/gh-pages | Thomas Park | |
paper: fix get bold version of Roboto | |||
2015-03-02 | paper: fix get bold version of Roboto | Victor Häggqvist | |
2015-02-27 | fix tooltip opacity for ie8, closes #410 | Thomas Park | |
2015-02-23 | prevent default on button clicks | Thomas Park | |
2015-02-20 | Merge pull request #407 from nielslbeck/nielslbeck-patch-strictMath | Thomas Park | |
Using strictMath | |||
2015-02-20 | prepare themes for strictMath | Thomas Park | |
2015-02-20 | lumen: make nav-justified code style consistent | Thomas Park | |
2015-02-19 | paper: fix checkbox for has-* styles, closes #406 | Thomas Park | |
2015-02-19 | Merge pull request #405 from jbohren-forks/gh-pages | Thomas Park | |
lumen: fixing justified tabs animation | |||
2015-02-19 | Using strictMath | nielslbeck | |
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-17 | lumen: fixing justified tabs animation | Jonathan Bohren | |
2015-02-16 | lumen: expand tabs in one direction, closes #404 | Thomas Park | |
2015-02-16 | lumen: fix spacing on btn-group-vertical | Thomas Park | |
2015-02-10 | fix home navbar on mobile | Thomas Park | |
2015-02-06 | update markup to pass bootlint, closes #402 | Thomas Park | |
2015-02-05 | readable: fix navbar active style | Thomas Park | |
2015-02-03 | paper: fix btn-group margin, closes #400 | Thomas Park | |