Support center must be easier to understand

This commit is contained in:
Laurent Destailleur 2009-05-11 22:03:53 +00:00
parent 62ea3cd09d
commit 30b491116e
2 changed files with 5 additions and 3 deletions

View File

@ -125,10 +125,12 @@ margin: 0px;
} }
a:link,a:visited,a:active { a:link,a:visited,a:active {
text-decoration:none; color: #2266DD;
text-decoration:none;
} }
a:hover { a:hover {
text-decoration:underline; color: #2266DD;
text-decoration:underline;
} }
a.titre { a.titre {

View File

@ -44,7 +44,7 @@ print $langs->trans("HelpCenterDesc2")."<br>\n";
print '<br>'; print '<br>';
print $langs->trans("ToGoBackToDolibarr",DOL_URL_ROOT.'/'); print $langs->trans("ToGoBackToDolibarr",DOL_URL_ROOT.'/');
print '<img src="dolibarr_logo2.png" height="22px" alt="Dolibarr" title="Dolibarr">'; //print '<img src="dolibarr_logo2.png" height="22px" alt="Dolibarr" title="Dolibarr">';
print '<br><br>'; print '<br><br>';