Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-01-30 | paper: unbold labels, #399 | Thomas Park | |
2015-01-29 | paper: apply pointer cursor to input element directly | Thomas Park | |
2015-01-29 | paper: pointer cursor for checkboxes and radio buttons | Thomas Park | |
2015-01-29 | paper: fix nav-tab jiggle on focus | Thomas Park | |
2015-01-29 | readable: fix panel border, uses class color now, closes #397 | Thomas Park | |
2015-01-29 | superhero: lighten hr | Thomas Park | |
2015-01-29 | paper: custom checkbox and radio buttons, closes #393 | Thomas Park | |
2015-01-26 | darkly, flatly: don't apply table link style to dropdown-menu | Thomas Park | |
2015-01-26 | add table dropdown-menu to test | Thomas Park | |
2015-01-22 | update bootswatch to 3.3.2 | Thomas Park | |
2015-01-22 | update bootstrap to 3.3.2 | Thomas Park | |
2015-01-22 | navbar-brand padding more flexible, closes #388 | Thomas Park | |
2015-01-22 | paper: input box-shadow for ios, closes #375 | Thomas Park | |
2015-01-22 | Merge branch 'mladenplavsic-gh-pages' into gh-pages | Thomas Park | |
add contenteditable to input selectors | |||
2015-01-22 | paper: fix merge conflict | Thomas Park | |
2015-01-22 | lumen: fix nav-tabs padding | Thomas Park | |
2015-01-22 | paper: tweak line-height for inputs, fixes #383 | Thomas Park | |