summaryrefslogtreecommitdiff
path: root/qutebrowser/html
diff options
context:
space:
mode:
authorSimon Doppler <dopsi@dopsi.ch>2018-02-12 22:49:02 +0100
committerSimon Doppler <dopsi@dopsi.ch>2018-02-12 22:49:02 +0100
commit7ae0d584e67956960014af0e1606042ae02fb158 (patch)
treecc9add3969c15da7bd804882475ccabf79b76c9e /qutebrowser/html
parent0b047e3e1057b0f19cf885605a09dfc17bee9aaa (diff)
downloadqutebrowser-7ae0d584e67956960014af0e1606042ae02fb158.tar.gz
qutebrowser-7ae0d584e67956960014af0e1606042ae02fb158.zip
Add 20px margin above the raw list
Diffstat (limited to 'qutebrowser/html')
-rw-r--r--qutebrowser/html/tabs.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/qutebrowser/html/tabs.html b/qutebrowser/html/tabs.html
index af6659414..fff8bdca3 100644
--- a/qutebrowser/html/tabs.html
+++ b/qutebrowser/html/tabs.html
@@ -25,6 +25,10 @@ th {
text-align: center;
width: 100%;
}
+
+details {
+ margin-top: 20px;
+}
{% endblock %}
{% block content %}