summaryrefslogtreecommitdiff
path: root/qutebrowser/html
diff options
context:
space:
mode:
authorMarc Jauvin <marc.jauvin@gmail.com>2018-01-13 15:52:49 -0500
committerMarc Jauvin <marc.jauvin@gmail.com>2018-01-13 15:52:49 -0500
commit48b6c160f5ac5a1db2e30e5f3ba58109e180aa39 (patch)
tree3fb2ef89784d8d145fc763feab3f0bd1a6e1e2b1 /qutebrowser/html
parent1e8694f3cc043179bac84b27d01c2d3537ce65aa (diff)
downloadqutebrowser-48b6c160f5ac5a1db2e30e5f3ba58109e180aa39.tar.gz
qutebrowser-48b6c160f5ac5a1db2e30e5f3ba58109e180aa39.zip
improve styling as suggested by @jgkamat
Diffstat (limited to 'qutebrowser/html')
-rw-r--r--qutebrowser/html/bindings.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/qutebrowser/html/bindings.html b/qutebrowser/html/bindings.html
index 29c3f1883..ef52e538f 100644
--- a/qutebrowser/html/bindings.html
+++ b/qutebrowser/html/bindings.html
@@ -1,12 +1,7 @@
-{% extends "base.html" %}
+{% extends "styled.html" %}
{% block style %}
-html { margin:20px; }
-table { width:100%; border: 1px solid grey; border-collapse: collapse; margin:10px; }
-tr,td,p { margin:0; padding: 1px; }
-th, td { border: 1px solid grey; }
-th { background: lightgrey; }
-th pre { color: grey; text-align: left; }
+th { text-align:left; }
.key { width: 25%; }
.command { width: 75% }
{% endblock %}