]> git.tuebingen.mpg.de Git - osl.git/blobdiff - web/header.html
osl-0.2.0.
[osl.git] / web / header.html
index 21be256dc1b8e4c65e2bd6210ab832d331833a01..a49742818aa08e178684e7c24ab7ad8fa9a00f76 100644 (file)
@@ -5,6 +5,30 @@
        <meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
        <title>OSL - the object storage layer library</title>
        <link rel="shortcut icon" href="osl.ico">
+       <style type='text/css'>
+               body {
+                       color: #000;
+                       background-color: #fff;
+                       text-align: justify;
+                       padding: 0px 30px 0px 25px;
+               }
+               p {
+                       text-align: justify;
+               }
+               .toc tr:nth-child(odd) {
+                       background-color: #ccc;
+               }
+               .toc tr:nth-child(even) {
+                       background-color: #ddd;
+               }
+               .toc table {
+                       margin: 5px;
+                       border: solid;
+               }
+               .toc td {
+                       padding: 12px;
+               }
+       </style>
 </head>
 
 <body>
@@ -12,7 +36,7 @@
        <table>
                <tr>
                        <td>
-                               <a href=".">
+                               <a href="index.html">
                                        <IMG
                                                SRC="osl.png"
                                                alt="osl logo"
        <hr>
 
        [<a href="index.html#readme">README</a>]
-       [<a href="index.html#download">Download</a>]
        [<a href="index.html#install">INSTALL</a>]
        [<a href="index.html#quick_start">Quick Start</a>]
        [<a href="api.html">API</a>]
-       [<a href="index.html#license">License</a>]
-       [<a href="index.html#contact">Contact</a>]
        [<a href="index.html#manpage">man page</a>]
 
        <hr>