Mercurial > addons > firefox-addons > feed-preview
comparison Makefile @ 8:c271192aac9d
Improve visual appearance
Make use of the built-in browser extension stylesheet.
Use semantic CSS variables.
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Tue, 27 Nov 2018 11:11:15 +0100 |
parents | 5d7c13e998e9 |
children | ff5e5e3eba32 |
comparison
equal
deleted
inserted
replaced
7:2bbb7617dd13 | 8:c271192aac9d |
---|---|
49 web_resources/style/photon-colors.css \ | 49 web_resources/style/photon-colors.css \ |
50 web_resources/style/common.css \ | 50 web_resources/style/common.css \ |
51 web_resources/style/entry-content.css \ | 51 web_resources/style/entry-content.css \ |
52 web_resources/feed-preview.xhtml \ | 52 web_resources/feed-preview.xhtml \ |
53 web_resources/xhtml-to-html.xsl \ | 53 web_resources/xhtml-to-html.xsl \ |
54 web_resources/images/arrow.svg | 54 web_resources/images/arrow.svg \ |
55 web_resources/images/feed.svg | |
55 | 56 |
56 .DEFAULT_TARGET = all | 57 .DEFAULT_TARGET = all |
57 | 58 |
58 .PHONY: all extension clean clobber | 59 .PHONY: all extension clean clobber |
59 | 60 |