Add crowdfunding banner to website
This commit is contained in:
parent
20799f9740
commit
bc20b7c313
@ -14,4 +14,7 @@
|
|||||||
<a href="CONTRIBUTING.html">Contributing</a>
|
<a href="CONTRIBUTING.html">Contributing</a>
|
||||||
<a href="https://www.github.com/The-Compiler/qutebrowser">GitHub</a>
|
<a href="https://www.github.com/The-Compiler/qutebrowser">GitHub</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="crowdfunding">
|
||||||
|
qutebrowser is currently running a crowdfunding campaign to add support for the QtWebEngine backend, which fixes many issues. Please <a href="http://igg.me/at/qutebrowser">check it out</a>!
|
||||||
|
</div>
|
||||||
+++
|
+++
|
||||||
|
@ -44,12 +44,17 @@ body {
|
|||||||
color: #666666;
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#crowdfunding {
|
||||||
|
padding: 10px 10px;
|
||||||
|
background-color: #a6dfff;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
padding: 0px 20px;
|
padding: 0px 20px;
|
||||||
background-color: #555555;
|
background-color: #555555;
|
||||||
color: #CCC;
|
color: #CCC;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin-bottom: 10px;
|
|
||||||
|
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user