mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-26 23:43:09 +00:00
5004a7de0a
The max width of the page is set to 800px, that renders of commands and output in a small box requiring a scrollbar. Increase the limit to 1200px. Also update some subvoulme related text. Signed-off-by: David Sterba <dsterba@suse.com>
5 lines
157 B
HTML
5 lines
157 B
HTML
{% extends "!layout.html" %}
|
|
{% block extrahead %}
|
|
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
|
|
{% endblock %}
|