mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: website: Remove the et.redhat.com footer
This is long since obsolete, just scrap it all
This commit is contained in:
parent
fcd3fa385f
commit
e14c5069c5
@ -70,8 +70,6 @@ devhelpxsl = devhelp/devhelp.xsl devhelp/html.xsl
|
|||||||
|
|
||||||
png = \
|
png = \
|
||||||
32favicon.png \
|
32favicon.png \
|
||||||
footer_corner.png \
|
|
||||||
footer_pattern.png \
|
|
||||||
libvirt-header-bg.png \
|
libvirt-header-bg.png \
|
||||||
libvirt-header-logo.png \
|
libvirt-header-logo.png \
|
||||||
libvirtLogo.png \
|
libvirtLogo.png \
|
||||||
@ -81,7 +79,6 @@ png = \
|
|||||||
libvirt-driver-arch.png \
|
libvirt-driver-arch.png \
|
||||||
libvirt-object-model.png \
|
libvirt-object-model.png \
|
||||||
madeWith.png \
|
madeWith.png \
|
||||||
et.png \
|
|
||||||
migration-managed-direct.png \
|
migration-managed-direct.png \
|
||||||
migration-managed-p2p.png \
|
migration-managed-p2p.png \
|
||||||
migration-native.png \
|
migration-native.png \
|
||||||
|
BIN
docs/et.png
BIN
docs/et.png
Binary file not shown.
Before Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 817 B |
@ -37,10 +37,6 @@ h1,h2,h3,h4,h5,h6 {
|
|||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.footer {
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
|
@ -243,36 +243,6 @@ p.image {
|
|||||||
background: #c5dbd8;
|
background: #c5dbd8;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
|
||||||
clear: both;
|
|
||||||
position: relative;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
border: 0px;
|
|
||||||
width: 100%;
|
|
||||||
height: 180px;
|
|
||||||
background: #FFFFFF;
|
|
||||||
/* background: #757575; */
|
|
||||||
}
|
|
||||||
/* This is hidden from IE <= 6 because it can't do transparency */
|
|
||||||
/* body > #footer {
|
|
||||||
background: #757575 url(footer_pattern.png) repeat-x;
|
|
||||||
} */
|
|
||||||
|
|
||||||
#footer p {
|
|
||||||
position: absolute;
|
|
||||||
top: 0px;
|
|
||||||
left: 0px;
|
|
||||||
margin: 0px;
|
|
||||||
border: 0px solid red;
|
|
||||||
width: 220px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#footer p a img {
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#projects {
|
#projects {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
@ -291,10 +261,6 @@ p.image {
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
}
|
}
|
||||||
/* This is hidden from IE <= 6 because it can't do transparency */
|
|
||||||
head:first-child+body #projects dl {
|
|
||||||
background: url(footer_corner.png) no-repeat ! important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#projects #p1 {
|
#projects #p1 {
|
||||||
margin-left: 25%;
|
margin-left: 25%;
|
||||||
|
@ -163,12 +163,6 @@
|
|||||||
<xsl:apply-templates select="/html:html/html:body/*" mode="content"/>
|
<xsl:apply-templates select="/html:html/html:body/*" mode="content"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
|
||||||
<p id="sponsor">
|
|
||||||
Sponsored by:<br/>
|
|
||||||
<a href="http://et.redhat.com/"><img src="{$href_base}et.png" alt="Project sponsored by Red Hat Emerging Technology"/></a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
Loading…
Reference in New Issue
Block a user