diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-31 19:47:18 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-31 19:47:18 +0000 |
commit | 4065b9e083e5e72eb2cb79394b6e1a449d0da335 (patch) | |
tree | 3bf59e16d18b967c28ed60853159dae45cde0a52 /stylus/libvirt.css | |
parent | update (diff) | |
download | scripts-4065b9e083e5e72eb2cb79394b6e1a449d0da335.tar.gz scripts-4065b9e083e5e72eb2cb79394b6e1a449d0da335.zip |
update
Diffstat (limited to '')
-rw-r--r-- | stylus/libvirt.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/stylus/libvirt.css b/stylus/libvirt.css new file mode 100644 index 0000000..a368de3 --- /dev/null +++ b/stylus/libvirt.css @@ -0,0 +1,14 @@ +@-moz-document domain("libvirt.org") { + #domain-xml-format { + max-width: 90%; + width: 90%; + } + + #element-and-attribute-overview { + max-width: 100%; + width: 100%; + font-size: 20px; + font-family: mono; + background: #000000; + } +} |