libvirt/docs/css/main.css
Peter Krempa 5dfc6e4e47 css: Split out page templated styles to 'libvirt-template.css'
Separate the styles related to the main page template and the build
process specifics (docutils-originated) into a separate CSS file.

Hint: Best viewed with 'git show --color-moved=blocks'

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2024-02-08 16:48:47 +01:00

7 lines
178 B
CSS

@import url(fonts.css);
@import url(generic.css);
@import url(libvirt.css);
@import url(libvirt-template.css);
@import url(mobile-template.css);
@import url(mobile-libvirt.css);