diff options
author | Florian Bruhin <git@the-compiler.org> | 2017-04-18 16:36:14 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2017-04-18 16:36:14 +0200 |
commit | 59a01b860f9e4f636c7911adc0ac370c09e0bd09 (patch) | |
tree | a06f6f31ec93800051cef1d814d6b29f532ef132 /www/qute.css | |
parent | db8b6d3e68db1b584c3b46393c5226d6a92bccac (diff) | |
download | qutebrowser-59a01b860f9e4f636c7911adc0ac370c09e0bd09.tar.gz qutebrowser-59a01b860f9e4f636c7911adc0ac370c09e0bd09.zip |
Add crowdfunding note to README/website
Diffstat (limited to 'www/qute.css')
-rw-r--r-- | www/qute.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/qute.css b/www/qute.css index 2de633b18..9a47b8122 100644 --- a/www/qute.css +++ b/www/qute.css @@ -53,6 +53,12 @@ p { color: #666666; } +#crowdfunding { + padding: 10px 10px; + background-color: #a6dfff; + margin-bottom: 10px; +} + #menu { padding: 0px 20px; background-color: #555555; |