From 32ba5a5c957917dcc7ec27170059ad6f11096133 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 11 Feb 2018 11:11:55 +0100 Subject: [PATCH] Improve styling for qute://version and move button --- qutebrowser/html/version.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qutebrowser/html/version.html b/qutebrowser/html/version.html index a69e6f9de..368fbaed6 100644 --- a/qutebrowser/html/version.html +++ b/qutebrowser/html/version.html @@ -9,13 +9,14 @@ function paste_version() { {% endblock %} {% block style %} -#paste { margin: auto; display: block; } +html { margin-left: 10px; } {% endblock %} {% block content %} {{ super() }}

Version info

{{ version }}
+

Copyright info

{{ copyright }}

@@ -36,5 +37,4 @@ You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/ or open qute://gpl.

- {% endblock %}