Commit Graph

7 Commits

Author SHA1 Message Date
Paul van Tilburg 4dd1fef41b Turn the footer into a proper sticky footer 2018-01-02 14:49:05 +01:00
Paul van Tilburg 6259b9b320 Move Bootstrap SCSS to static/
As a result the CSS maps an be used to trace the original line in the SCSS
in the browser inspector.  Also, move bootstrap to a subdir to distinguish
it from the SCSS of the app itself.
2017-12-30 16:23:25 +01:00
Paul van Tilburg af3a6183a5 Add different styling for all unordered lists that have checkboxes
These checkboxes are generated through the GFM tasklist extension.
In this case there should be not list item and the padding-left
should be removed.
2017-12-30 16:14:52 +01:00
Paul van Tilburg a7a90ce84b Fix link support in list HTML
* Add the card-link class to all anchors in the HTML
* Override the default Bootstrap styling for links in card text
2017-12-30 14:06:46 +01:00
Paul van Tilburg fe9a5f1f52 make the itemization padding relative 2017-12-30 13:46:43 +01:00
Paul van Tilburg e2c40756ab Fix itemization padding not being applied 2017-12-30 13:23:08 +01:00
Paul van Tilburg 7f36f116a6 Switch to Sass based custom CSS
* Include the Bootstrap v4.0.0-beta3 SCSS sources
* Use the old custom.css as a basis for wishlist.scss
* Set the correct column count based on the media sizes
2017-12-29 23:55:12 +01:00