diff options
author | Florian <florianraemisch@web.de> | 2011-10-27 19:10:30 +0200 |
---|---|---|
committer | Florian <florianraemisch@web.de> | 2011-10-27 19:10:30 +0200 |
commit | 82a161ec190d57b5ef4db3f30839a82d0ea90b21 (patch) | |
tree | e47c83b6aa4efbb7faf0cef1b743da2a3acc068a /template/pages/index | |
parent | 46e5f0d4bcc1e46cb9e0b4e33c20f52cff1c66de (diff) |
stupid bug fixes for image box
Diffstat (limited to 'template/pages/index')
-rw-r--r-- | template/pages/index/content.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/pages/index/content.html b/template/pages/index/content.html index bc907f1..71d43ad 100644 --- a/template/pages/index/content.html +++ b/template/pages/index/content.html @@ -1,10 +1,10 @@ <h2> [ Das sublab - Ein Hackerspace in Leipzig ] </h2> -<div class="imagecontent"> - <img class="contentimage" src="img/rackconsole.jpg" /> +<div id="imagecontent"> + <img id="contentimage" src="img/sublabview.jpg" /> <p class="subtext"> - Blick ins Rack + Blick in die Lounge </p> </div> <p> |