projects
/
hmb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73d73c0
)
Added coming soon text to workers page
author
Richard Whitehouse
<github@richardwhiuk.com>
Fri, 4 Feb 2011 20:01:35 +0000
(20:01 +0000)
committer
Richard Whitehouse
<github@richardwhiuk.com>
Fri, 4 Feb 2011 20:01:35 +0000
(20:01 +0000)
template/workers.php
patch
|
blob
|
history
diff --git
a/template/workers.php
b/template/workers.php
index f5b28940ec89a72264496c430b6baf65dddc3c17..9109bd0c73c5396b53e0414dc2e9275c04b54f27 100644
(file)
--- a/
template/workers.php
+++ b/
template/workers.php
@@
-3,7
+3,10
@@
class Template_Workers extends Template {
public function display(){
- ?><img src="/theme/workers.png"><?
+ ?><div style="background: url(/theme/workers.png); width: 850px;
+ height: 500px; position: relative; overflow: hidden; padding-top: 140px;" id="comm1">
+ <span style="display: block; font-size: 2em; padding-top: 200px; padding-left: 400px;" class="flir">Coming soon!</span>
+ </div><?
}
}