Correct CSS class
authorRichard Whitehouse <github@richardwhiuk.com>
Tue, 22 Feb 2011 22:09:25 +0000 (22:09 +0000)
committerRichard Whitehouse <github@richardwhiuk.com>
Tue, 22 Feb 2011 22:09:25 +0000 (22:09 +0000)
template/workers.php

index 9109bd0c73c5396b53e0414dc2e9275c04b54f27..a0a38c5f9fce0ad8bd3da69a58ed32a737c6d32c 100644 (file)
@@ -4,7 +4,7 @@ class Template_Workers extends Template {
 
 public function display(){
         ?><div style="background: url(/theme/workers.png); width: 850px;
-                       height: 500px; position: relative; overflow: hidden; padding-top: 140px;" id="comm1">
+                       height: 500px; position: relative; overflow: hidden; padding-top: 140px;" id="work1">
                        <span style="display: block; font-size: 2em; padding-top: 200px; padding-left: 400px;" class="flir">Coming soon!</span>
                        </div><?
 }