diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-18 01:44:22 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-18 01:44:22 +0200 |
commit | a61efb8db4904a848ba69f3e87747db5883693c1 (patch) | |
tree | 6fd85362009f8ef991a40c822eb0e60474af41f6 /website/features/Data.html | |
parent | 316ce2584a3d7b860dd3fbe96057df2086808364 (diff) | |
download | lombok-a61efb8db4904a848ba69f3e87747db5883693c1.tar.gz lombok-a61efb8db4904a848ba69f3e87747db5883693c1.tar.bz2 lombok-a61efb8db4904a848ba69f3e87747db5883693c1.zip |
Site now looks passable in IE6 and IE7 too.
Diffstat (limited to 'website/features/Data.html')
-rw-r--r-- | website/features/Data.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/website/features/Data.html b/website/features/Data.html index cb15ed9b..0a6246bb 100644 --- a/website/features/Data.html +++ b/website/features/Data.html @@ -8,8 +8,8 @@ <title>@Data</title> <!--[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>@Data</h1> <div class="byline">'struct' for java: Automatically generate <code>toString</code>, <code>hashCode</code>, <code>equals</code>, a constructor, and getters and setters @@ -73,10 +73,10 @@ </p> </div> </div> - <footer> + <div class="footer"> <a href="index.html">Back to features</a> | <a href="GetterSetter.html">Previous feature (@Getter / @Setter)</a> | <a href="Cleanup.html">Next feature (@Cleanup)</a><br /> <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> |