Commit Graph

6 Commits

Author SHA1 Message Date
Alex Shpak 66968582ef #205, Add details shortcode 2020-04-21 22:30:00 +02:00
Alex Shpak ba5d38ad44 Rework of main template, adds options for more fine customisation 2020-01-24 00:07:56 +01:00
Paul Twohey 964968be39 use class="hidden" instead of creating new classes
Use class "hidden" instead of styled classes to ensure that input elments stay
hidden when the Content-Security-Policy header has "style-src 'self';"
2019-09-01 20:51:15 +02:00
Paul Twohey 99bd271b35 fix expand and tabs shortcodes to work with strict Content-Security-Policy
When the Content-Security-Policy header has "style-src 'self';"
inine style elements like style="display: none" are not honored
by browsers, so add CSS to the markup classes and style them
display: none
2019-09-01 20:51:15 +02:00
Alex Shpak 5437521798 #39, Finish columns shortcode, clean scss 2019-05-23 16:30:26 +02:00
Alex Shpak 0e6864f5aa #39, Add expand and tabs shortcodes 2019-05-22 14:37:55 +02:00