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/index.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/index.html')
| -rw-r--r-- | website/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/index.html b/website/index.html index a1f98be9..dec0c7b5 100644 --- a/website/index.html +++ b/website/index.html @@ -48,8 +48,8 @@ <div class="endBar"> <a href="slideshow.html">I don't want to see a video - show me a slideshow instead!</a> </div> - <footer> + <div class="footer"> Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT licence</a>. - </footer> + </div> </div> </body></html> |
