diff options
-rw-r--r-- | ctdb/web/ctdblogo.jpg | bin | 6350 -> 0 bytes | |||
-rw-r--r-- | ctdb/web/ctdblogo.png | bin | 0 -> 10145 bytes | |||
-rw-r--r-- | ctdb/web/header.html | 6 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ctdb/web/ctdblogo.jpg b/ctdb/web/ctdblogo.jpg Binary files differdeleted file mode 100644 index a20b00516f..0000000000 --- a/ctdb/web/ctdblogo.jpg +++ /dev/null diff --git a/ctdb/web/ctdblogo.png b/ctdb/web/ctdblogo.png Binary files differnew file mode 100644 index 0000000000..68304a2106 --- /dev/null +++ b/ctdb/web/ctdblogo.png diff --git a/ctdb/web/header.html b/ctdb/web/header.html index 394b00f8ca..cd9feb72c3 100644 --- a/ctdb/web/header.html +++ b/ctdb/web/header.html @@ -5,17 +5,17 @@ style="margin-top: 0"> <td ALIGN="left"> <ul> <li><small><a href=".">home</a></small> - <li><small><a href="documentation.html">download</a></small> + <li><small><a href="documentation.html">documentation</a></small> <li><small><a href="configuring.html">configuring</a></small> <li><small><a href="building.html">building</a></small> </ul> </td> <td align="center"> - <a href="."><img src="ctdblogo.jpg" border="0" alt="CTDB"></a> + <a href="."><img src="ctdblogo.png" border="0" alt="CTDB"></a> </td> <td align="left"> <ul> - <li><small><a href="download.html">testing</a></small> + <li><small><a href="download.html">download</a></small> <li><small><a href="testing.html">testing</a></small> <li><small><a href="http://wiki.samba.org/index.php/CTDB_Setup">wiki</a></small> <li><small><a href="http://bugzilla.samba.org/">bug-tracking</a></small> |