summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSpreadyy <sandro@012345.ch>2016-10-22 23:26:05 +0200
committerGitHub <noreply@github.com>2016-10-22 23:26:05 +0200
commit43dc2bf163d2635a297b153f1f400840837ef863 (patch)
tree58f0dc56eaeab5d06ca210c9a875c74a515fb385 /www
parentd8316955c7bd04c97cef9ba501332ca35cdb4e0f (diff)
downloadqutebrowser-43dc2bf163d2635a297b153f1f400840837ef863.tar.gz
qutebrowser-43dc2bf163d2635a297b153f1f400840837ef863.zip
fix footnotes, make page wider
Diffstat (limited to 'www')
-rw-r--r--www/qute.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/www/qute.css b/www/qute.css
index 9cfc366a5..31094d353 100644
--- a/www/qute.css
+++ b/www/qute.css
@@ -75,10 +75,16 @@ p {
background-color: #1e89c6;
}
-.sect1 {
+.sect1,
+div.footnote {
padding: 10px 40px;
margin: 0 auto;
- max-width: 1000px;
+ max-width: 1200px;
+}
+
+#footnotes > hr {
+ max-width: 1200px;
+ margin: 20px auto;
}
.sect2 {