diff options
author | Peter Krempa <pkrempa@redhat.com> | 2022-08-03 14:59:14 +0200 |
---|---|---|
committer | Peter Krempa <pkrempa@redhat.com> | 2023-05-17 16:54:24 +0200 |
commit | 5ff58a0ce7a6ad452919a86a05e27427ccf1f27b (patch) | |
tree | 343e8c015283790f0cc145d1d4c624468077fdd0 /docs/css/mobile.css | |
parent | c0a06c081c234c9fcce885de98227f1dddb1abc4 (diff) | |
download | libvirt-master.tar.gz |
Final piece of conversion of our non-generated pages to 'rst'.
Special raw HTML is used for adding the appropriate code to fetch the
blog planet.
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'docs/css/mobile.css')
-rw-r--r-- | docs/css/mobile.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/css/mobile.css b/docs/css/mobile.css index 1b0bd8b350..2e223f468e 100644 --- a/docs/css/mobile.css +++ b/docs/css/mobile.css @@ -20,7 +20,8 @@ #search form { padding: 5px; } - #index h1 { + #the-virtualization-api > h1, + #the-virtualization-api > h2 { display: none; } #jumplinks { @@ -87,11 +88,12 @@ #body { margin-top: 180px; } + #the-virtualization-api section, + #the-virtualization-api .section, #documentation section, #documentation .section, #knowledge-base section, - #knowledge-base .section, - div.panel { + #knowledge-base .section { width: 100%; margin-left: 0px; float: none; |