diff --git a/docs/404.html.in b/docs/404.html.in index 5b771bb156b564b1bdf3e47bfafb445cfda876f6..8942864c211cbfd90b4c627f27756bedb48ae2e8 100644 --- a/docs/404.html.in +++ b/docs/404.html.in @@ -15,10 +15,5 @@ locate the content on this site or mailing list archives -

- libvirt Logo -

- - diff --git a/docs/Makefile.am b/docs/Makefile.am index 0bc9b6f7d25e55bbfc657bf6eec52f34640fbac0..8f12eb1db427f100e1d1a9441cf424d185ef0a25 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -85,7 +85,6 @@ logofiles = \ png = \ 32favicon.png \ - libvirtLogo.png \ libvirt-net-logical.png \ libvirt-net-physical.png \ libvirt-daemon-arch.png \ @@ -379,7 +378,6 @@ install-data-local: for file in $(devhelphtml) $(devhelppng) $(devhelpcss); do \ $(INSTALL) -m 0644 $(srcdir)/$${file} $(DESTDIR)$(DEVHELP_DIR) ; \ done - $(INSTALL_DATA) $(srcdir)/libvirtLogo.png $(DESTDIR)$(pkgdatadir) uninstall-local: for f in $(css) $(dot_html) $(gif) $(png); do \ @@ -396,4 +394,3 @@ uninstall-local: for f in $(devhelphtml) $(devhelppng) $(devhelpcss); do \ rm -f $(DESTDIR)$(DEVHELP_DIR)/$$(basename $$f); \ done - rm -f $(DESTDIR)$(pkgdatadir)/libvirtLogo.png diff --git a/docs/index.html.in b/docs/index.html.in index c4025de101691434bee9ebc62a9b49f7e7cb6b0b..b151cea2cf9b0dbe924a156ef1822e925128693b 100644 --- a/docs/index.html.in +++ b/docs/index.html.in @@ -1,10 +1,11 @@ - +

The virtualization API

-

libvirt is:

+
+

libvirt is

+
-

libvirt supports:

+
+

libvirt supports

-

libvirt provides:

+
+ +
+

libvirt provides

+
+ +
-

- libvirt Logo -

diff --git a/docs/libvirt.css b/docs/libvirt.css index 573d7e9db6c1adbbdc9b463841a92da8707b60d0..dfa7b58b01ae7d25ca86c74cc90faa941e25e963 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -473,3 +473,32 @@ h5:hover > a.headerlink, h6:hover > a.headerlink { visibility: visible; } + +div.panel { + width: 24%; + margin-left: 7%; + float: left; + background: rgb(230, 230, 230); +} + +div.panel h2 { + margin-top: 0px; + padding: 0.5em; + padding-left: 1em; + padding-right: 1em; + background: rgb(0, 95, 97); + color: rgb(255, 255, 255); + text-align: center; +} + +body.index h1 { + border: 0px; + text-indent: 100%; white-space: nowrap; overflow: hidden; + background: url(logos/logo-banner-dark-800.png) no-repeat center center; + height: 300px; +} + +br.clear { + clear: both; + border: 0px; +} diff --git a/docs/libvirtLogo.png b/docs/libvirtLogo.png deleted file mode 100644 index 56236fe490961da63953c1f06baa5cc2369e9b39..0000000000000000000000000000000000000000 Binary files a/docs/libvirtLogo.png and /dev/null differ diff --git a/docs/libvirtLogo404.png b/docs/libvirtLogo404.png deleted file mode 100644 index 059c0ebeccf5ad2e1fa4f99dc3e91299ae607bf5..0000000000000000000000000000000000000000 Binary files a/docs/libvirtLogo404.png and /dev/null differ diff --git a/docs/page.xsl b/docs/page.xsl index 70c06a2d188996bc2316cbe1f279b611ccb280bf..e3b8d5bf15eaf743d8262fe86ed84d3505a0b424 100644 --- a/docs/page.xsl +++ b/docs/page.xsl @@ -141,6 +141,11 @@ + + + + +