commit fc914b2719fa0c2fee7f3ce8e0482f603cba2315
parent 71127812b3dd9de48b367a3af44d13d14f64a397
Author: garbeam@gmail.com <unknown>
Date: Sat, 4 Feb 2012 23:03:14 +0100
prepared some ads space
Diffstat:
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/lib/default_master.tpl b/lib/default_master.tpl
@@ -18,6 +18,9 @@
</div>
% }
+ <div id="ads">
+AD 1
+ </div>
<div id="main">
% run_handlers $handlers_body_head
@@ -27,6 +30,7 @@
% run_handlers $handlers_body_foot
</div>
+
</div>
<div id="footer">
diff --git a/pub/style.css b/pub/style.css
@@ -124,6 +124,11 @@ h4 {
border-left: 1px solid #ccc;
}
+#ads {
+ float:right;
+ padding: 1em;
+}
+
#footer {
clear: both;
color: #666;