提交 e14c5069 编写于 作者: C Cole Robinson

docs: website: Remove the et.redhat.com footer

This is long since obsolete, just scrap it all
上级 fcd3fa38
...@@ -70,8 +70,6 @@ devhelpxsl = devhelp/devhelp.xsl devhelp/html.xsl ...@@ -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 = \ ...@@ -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 \
......
...@@ -37,10 +37,6 @@ h1,h2,h3,h4,h5,h6 { ...@@ -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 { ...@@ -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 { ...@@ -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 @@ ...@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册