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 %}