diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-09 19:22:50 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-09 19:22:50 +0000 |
commit | 0daa4e11322904f7659de420f301d867ae3fea42 (patch) | |
tree | 1b5967d255abe36ad321bd85c65433c8ea158d0b /stylus/voiddocs_wide.css | |
parent | the ipv6 socks5 proxy is working now (diff) | |
download | scripts-0daa4e11322904f7659de420f301d867ae3fea42.tar.gz scripts-0daa4e11322904f7659de420f301d867ae3fea42.zip |
update
Diffstat (limited to 'stylus/voiddocs_wide.css')
-rw-r--r-- | stylus/voiddocs_wide.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/stylus/voiddocs_wide.css b/stylus/voiddocs_wide.css index b5db32d..4488e3d 100644 --- a/stylus/voiddocs_wide.css +++ b/stylus/voiddocs_wide.css @@ -1,8 +1,8 @@ @-moz-document domain("docs.voidlinux.org") { - -search-wrapper, #page-wrapper main { - width: 100%; - max-width: 90%; - margin: 0 auto; -} + search-wrapper, + #page-wrapper main { + width: 100%; + max-width: 90%; + margin: 0 auto; + } } |