]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: add three core links in the header bar
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 25 Oct 2016 15:27:10 +0000 (17:27 +0200)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 11 Nov 2016 12:15:05 +0000 (12:15 +0000)
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>
docs/libvirt.css
docs/page.xsl

index 34d8819c1bfad860abb606f78fac1f6db36967df..c2fba089fb8e00531e0141a14d9433ee0571bfd8 100644 (file)
     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 {
     display: table-cell;
     vertical-align: middle;
-    width: 20em;
+    width: 13em;
     text-align: right;
     padding: 1em;
 }
index 9dd3a98f43edc51d05488b5fa0aaa723e56b8754..bdac18528b9f2940e4b03e2ce0952777cf91a153 100644 (file)
           <div id="home">
             <a href="{$href_base}index.html">Home</a>
           </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">
             <form action="{$href_base}search.php" enctype="application/x-www-form-urlencoded" method="get">
               <div>