Commit graph

10 commits

Author SHA1 Message Date
Igor Kuzmenko
d0ada511d0 Fixes issues with wallet-menu on handheld devices 2017-07-19 13:02:49 +02:00
Igor Kuzmenko
9e622be29f Fixes wallet page issues found on handheld devices 2017-07-19 12:21:40 +02:00
Igor Kuzmenko
7f028a68ba Fixes wallet menu, list and container for correct links and translation 2017-07-18 17:50:37 +02:00
Igor Kuzmenko
c68f7ed7b5 Updating wallet layouts to allow page generation 2017-07-18 14:26:33 +02:00
Igor Kuzmenko
d02f388309 Adds button and click handler to display a specifi distro 2017-07-18 00:20:51 +02:00
Igor Kuzmenko
d3b7128f74 Adds styles for a wallet layout. 2017-07-17 22:21:36 +02:00
Igor Kuzmenko
acedfb821b WIP: Refactoring wallets styles 2017-07-17 15:58:58 +02:00
Igor Kuzmenko
4028e39d98 WIP: Refactoring wallets styles to more maintainable structure 2017-07-17 15:32:56 +02:00
Mitchell Cash
c4f33935be
Better table formatting on small screen devices 2017-07-02 21:42:27 +10:00
David A. Harding
a40fb73dab
Layout: render CSS with both "less" and "scss"
This commit renders the same CSS files using both the "less" and "scss"
CSS generation engines so that the results may be compared.  This is a
comparison script:

    old_main_css=$( grep -rl normalize.css _site/*.css )
    new_main_css=_site/css/main.css
    old_rtl_css=$( grep 'Language specific styles that override default' -rl _site/*.css )
    new_rtl_css=_site/css/rtl.css

    (
      diff -ub $old_main_css $new_main_css
      diff -ub $old_rtl_css $new_rtl_css
    )
2017-06-23 11:49:28 -04:00