mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-18 20:10:20 +01:00
More flexible width of contents
- header graphics scales (within limits) - width of text area is determied by css, now 90% instead of 880px - more of the html code goes in included templates
This commit is contained in:
committed by
Carlos R. Mafra
parent
a475c8357e
commit
3a49325e49
12
header.php
12
header.php
@@ -1,4 +1,10 @@
|
||||
<div id="header">
|
||||
<a href="index.php"><img src="header.png" width="880" height="44" alt="title bar"></a>
|
||||
</div>
|
||||
<div id="inhalt">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<a href="http://beta.windowmaker.org/index.php"><img src="header.png" style="min-width:700px" width="95%" alt="title bar"></a>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user