diff options
Diffstat (limited to 'website/features/index.html')
| -rw-r--r-- | website/features/index.html | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/website/features/index.html b/website/features/index.html index c270f4e3..f7851972 100644 --- a/website/features/index.html +++ b/website/features/index.html @@ -6,10 +6,10 @@  	<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />  	<meta name="description" content="Spice up your java" />  	<title>Lombok feature overview</title> -	<!--[if lt IE 7]><script type="text/javascript" src="logi/iepngfix_tilebg.js"></script><![endif]-->  +	<!--[if lt IE 7]><script type="text/javascript" src="../logi/iepngfix_tilebg.js"></script><![endif]-->   </head><body><div id="pepper"> +	<div class="minimumHeight"></div>  	<div class="meat"> -		<div class="minimumHeight"></div>  		<div class="header"><a href="../index.html">Project Lombok</a></div>  		<h1>Lombok features</h1>  		<div class="index overview"> @@ -27,9 +27,9 @@  				<dd>To boldly throw checked exceptions where no one has thrown them before!</dd>  			</dl>  		</div> -		<footer> +		<div class="footer">  			<span class="copyright">Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT licence</a>.</span> -		</footer> +		</div>  		<div style="clear: both;"></div>  	</div>  </div></body></html> | 
