I'm not very good at html or css, but I tried out placing the doc links into a small table. ( only tried in Chrome )
http://imagebin.org/167463 I like the symmetry. It probably needs rework, but if you like it, my changes to css and html are below. .doctable { margin-left: 1.5em; font-size:100%; background-color: #7f7faa; border:0px; } .doctr { background-color: #7f7faa; color: white; } <li><b>Help Manual</b> <table class="doctable"> <tbody><tr class="doctr"> <td>English : </td><td><a href="http://code.gnucash.org/docs/help/help.html"><img class="docicon" alt="online" title="Browse documentation online" src="./images/icons/online_logo.png"></a> | <a href=" http://code.gnucash.org/docs/help.pdf"><img class="docicon" alt="pdf" title="Download documentation as PDF" src="./images/icons/pdf_logo.png"></a> | <a href="http://code.gnucash.org/docs/help.epub"><img class="docicon" alt="epub" title="Download documentation as epub" src="./images/icons/epub_logo.png"></a> | <a href=" http://code.gnucash.org/docs/help.mobi"><img class="docicon" alt="mobi" title="Download documentation as mobipocket" src="./images/icons/mobipocket_logo.png"></a> </td></tr> <tr class="doctr"> <td>German : </td><td><a href="http://code.gnucash.org/docs/help-de_DE/help.html"><img class="docicon" alt="online" title="Browse documentation online" src="./images/icons/online_logo.png"></a> | <a href=" http://code.gnucash.org/docs/help-de_DE.pdf"><img class="docicon" alt="pdf" title="Download documentation as PDF" src="./images/icons/pdf_logo.png"></a> | <a href="http://code.gnucash.org/docs/help-de_DE.epub"><img class="docicon" alt="epub" title="Download documentation as epub" src="./images/icons/epub_logo.png"></a> | <a href=" http://code.gnucash.org/docs/help-de_DE.mobi"><img class="docicon" alt="mobi" title="Download documentation as mobipocket" src="./images/icons/mobipocket_logo.png"></a> </td></tr> <tr class="doctr"> <td>Italian : </td><td><a href="http://code.gnucash.org/docs/help-it_IT/help.html"><img class="docicon" alt="online" title="Browse documentation online" src="./images/icons/online_logo.png"></a> | <a href=" http://code.gnucash.org/docs/help-it_IT.pdf"><img class="docicon" alt="pdf" title="Download documentation as PDF" src="./images/icons/pdf_logo.png"></a> | <a href="http://code.gnucash.org/docs/help-it_IT.epub"><img class="docicon" alt="epub" title="Download documentation as epub" src="./images/icons/epub_logo.png"></a> | <a href=" http://code.gnucash.org/docs/help-it_IT.mobi"><img class="docicon" alt="mobi" title="Download documentation as mobipocket" src="./images/icons/mobipocket_logo.png"></a> </td></tr> </tbody></table> </li> Thomas On Wed, Aug 10, 2011 at 11:41 PM, Geert Janssens <[email protected]>wrote: > On donderdag 11 augustus 2011, Cristian Marchi wrote: > > Thanks for reporting the problem. It was not intended and should now be > > fixed: I've checked it with IE. > > > Yes, it looks much better now, thanks ! > > Geert > _______________________________________________ > gnucash-devel mailing list > [email protected] > https://lists.gnucash.org/mailman/listinfo/gnucash-devel > _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
