mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
docs: add three core links in the header bar
Add links to download, communicate and learn in the header bar, as the main jumping off points for navigation. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
9a9715a814
commit
47d6bf6c61
@ -26,10 +26,36 @@
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#jumplinks {
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: middle;
|
||||||
|
font-size: 16pt;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
#jumplinks ul {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#jumplinks li {
|
||||||
|
display: inline;
|
||||||
|
padding-left: 2em;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
#jumplinks a {
|
||||||
|
color: rgb(255, 255, 255);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#jumplinks a:hover {
|
||||||
|
color: rgb(255, 230, 0);
|
||||||
|
}
|
||||||
|
|
||||||
#search {
|
#search {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: 20em;
|
width: 13em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
@ -161,6 +161,13 @@
|
|||||||
<div id="home">
|
<div id="home">
|
||||||
<a href="{$href_base}index.html">Home</a>
|
<a href="{$href_base}index.html">Home</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="jumplinks">
|
||||||
|
<ul>
|
||||||
|
<li><a href="downloads.html">Download</a></li>
|
||||||
|
<li><a href="contribute.html">Contribute</a></li>
|
||||||
|
<li><a href="docs.html">Learn</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
<div id="search">
|
<div id="search">
|
||||||
<form action="{$href_base}search.php" enctype="application/x-www-form-urlencoded" method="get">
|
<form action="{$href_base}search.php" enctype="application/x-www-form-urlencoded" method="get">
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user