Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-01-22 | add arrow to select inputs, closes #358 | Thomas Park | |
2015-01-22 | move bootstrap-sass-official to devDependencies, closes #380 | Thomas Park | |
2015-01-09 | change sponsor | Thomas Park | |
2015-01-08 | Added styling for tag "contenteditable" with class "form-control" (as for ↵ | Mladen Plavsic | |
input and textarea) | |||
2014-12-08 | darkly: lighten table-bg-accent, fixes #373 | Thomas Park | |
2014-12-08 | Merge pull request #374 from jenil27/splash | Thomas Park | |
Redesign front-page | |||
2014-12-09 | Redesign front-page | Jenil Gogari | |
* Add splash background image * Parallax scrolling * Moved logo to navbar | |||
2014-12-06 | Merge pull request #372 from VladShcherbin/gh-pages | Thomas Park | |
fix double semicolon typos | |||
2014-12-06 | fix double semicolon typos | Uladzislau Shcharbin | |
2014-11-28 | sandstone: remove extra padding on input-sm | Thomas Park | |
2014-11-26 | update version number in builds | Thomas Park | |
2014-11-26 | yeti: set badge bg to brand-primary, closes #363 | Thomas Park | |