www/adium.im 345:40e789b526d5: Some suggestions from Rob, and fi...
commits at adium.im
commits at adium.im
Thu Dec 2 21:08:46 UTC 2010
details: http://hg.adium.im/www/adium.im/rev/40e789b526d5
revision: 345:40e789b526d5
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Thu Dec 02 22:08:28 2010 +0100
Some suggestions from Rob, and fixes for the help main page
diffs (47 lines):
diff -r 75f72514c88b -r 40e789b526d5 help/index.html
--- a/help/index.html Thu Dec 02 21:27:45 2010 +0100
+++ b/help/index.html Thu Dec 02 22:08:28 2010 +0100
@@ -8,7 +8,6 @@
<link rel="stylesheet" type="text/css" href="../styles/defaultstyle.css" />
<link rel="stylesheet" type="text/css" href="css/mainpage.css" />
<link rel="stylesheet" type="text/css" href="css/common.css" />
- <link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<div id="container">
@@ -49,13 +48,15 @@
google.setOnLoadCallback(function() {
var customSearchControl = new google.search.CustomSearchControl('015393419546563210410:t7mvtuib3eq');
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
- customSearchControl.draw('cse');
+ var options = new google.search.DrawOptions();
+ options.setAutoComplete(true);
+ customSearchControl.draw('cse', options);
}, true);
</script>
<style type="text/css">
.gsc-control-cse {
- font-family:"Lucida Grande", "Helvetica Neue", sans-serif;
+ font-family:"Lucida Grande", "Helvetica Neue", sans-serif;
border-color: #FFFFFF;
background-color: #FFFFFF;
}
@@ -179,7 +180,7 @@
<div class="taskboxline">
<div class="taskboxheader">
- <h3> Getting started </h3>
+ <h3>Documentation and troubleshooting</h3>
</div>
<div class="taskboxtext">
<p>Check these pages to get started using Adium in no time. You can also find this information in Adium under Help â Adium Help.</p>
@@ -207,7 +208,7 @@
<div class="taskboxline">
<div class="taskboxheader">
- <h3> Want to help out? </h3>
+ <h3>Want to contribute to the Adium Project?</h3>
</div>
<div class="taskboxtext">
<p>Adium is an open-source project driven by volunteers. Our developer and contributor wiki is now on <a class="ext_link" href="http://trac.adium.im">http://trac.adium.im</a>. From code to localizations or artwork, any contribution is welcome!</p>
More information about the commits
mailing list