HBASE-4362 Center logo
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1167378 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b723bc4d4d
commit
2c0f6dac2f
|
@ -75,7 +75,20 @@ h4 {
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner img {
|
#banner img {
|
||||||
margin: 10px;
|
padding: 10px;
|
||||||
|
margin: auto;
|
||||||
|
display: block;
|
||||||
|
background: none;
|
||||||
|
float: center;
|
||||||
|
height:;
|
||||||
|
}
|
||||||
|
|
||||||
|
#breadcrumbs {
|
||||||
|
background-image: url();
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
|
border-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.frontpagebox {
|
.frontpagebox {
|
||||||
|
|
|
@ -475,7 +475,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="breadcrumbs">
|
<div id="breadcrumbs">
|
||||||
#publishDate( "left" $decoration.publishDate $decoration.version )
|
|
||||||
<div class="xright" style="padding-left: 8px; margin-top: -4px;">
|
<div class="xright" style="padding-left: 8px; margin-top: -4px;">
|
||||||
<form method="GET" action="http://search-hadoop.com/">
|
<form method="GET" action="http://search-hadoop.com/">
|
||||||
<input type="text" style="width: 192px; height: 15px; font-size: inherit; border: 1px solid darkgray" name="q" value="Search wiki, mailing lists & more" onfocus="this.value=''"/>
|
<input type="text" style="width: 192px; height: 15px; font-size: inherit; border: 1px solid darkgray" name="q" value="Search wiki, mailing lists & more" onfocus="this.value=''"/>
|
||||||
|
@ -483,7 +482,6 @@
|
||||||
<button style="height: 20px; width: 60px;">Search</button>
|
<button style="height: 20px; width: 60px;">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="xright">#links( $decoration.body.links )#publishDate( "right" $decoration.publishDate $decoration.version )</div>
|
|
||||||
<div class="clear">
|
<div class="clear">
|
||||||
<hr/>
|
<hr/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -505,7 +503,7 @@
|
||||||
<hr/>
|
<hr/>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div class="xright">Copyright ©#copyright()All Rights Reserved.#publishDate( "bottom" $decoration.publishDate $decoration.version )</div>
|
<div class="xright"> #publishDate( "right" $decoration.publishDate $decoration.version ) | Copyright ©#copyright()All Rights Reserved. </div>
|
||||||
<div class="clear">
|
<div class="clear">
|
||||||
<hr/>
|
<hr/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue