Link the IPFire logo to ipfire.org

Message ID 557745DE.2050600@web.de
State Accepted
Commit a2069a37b80a2f3f19ab0170d03a0ec35e9257aa
Headers

Message

Lars Schuhmacher June 10, 2015, 6 a.m. UTC
  >> The final HTML code would look something like this:
>>
>> <div id="logo">
>> 	<a href="http://www.ipfire.org">
>> 		<img src="logo.png" ...>
>> 	</a>
>> </div>
>>
>> The CSS properties should be changed that the background image is
>> removed and the content is centered. The final result should like the
>> same in the end.

Now using HTML instead of JavaScript. Had to use "margin-left: -3px; margin-top: -3px" to get it pixel-perfect.
Also changed: Not linking the hostname if displayed, only "IPFire".


Signed-off-by: Lars Schuhmacher <larsen007@web.de>
---
 html/html/themes/darkdos/include/functions.pl       | 2 +-
 html/html/themes/ipfire-legacy/include/functions.pl | 2 +-
 html/html/themes/ipfire/include/css/style.css       | 1 -
 html/html/themes/ipfire/include/functions.pl        | 6 ++++--
 html/html/themes/maniac/include/functions.pl        | 2 +-
 5 files changed, 7 insertions(+), 6 deletions(-)