prepared some ads space - swerc - anselm's simpler werc fork
(HTM) git clone git://git.suckless.org/swerc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit fc914b2719fa0c2fee7f3ce8e0482f603cba2315
(DIR) parent 71127812b3dd9de48b367a3af44d13d14f64a397
(HTM) Author: garbeam@gmail.com <unknown>
Date: Sat, 4 Feb 2012 23:03:14 +0100
prepared some ads space
Diffstat:
M lib/default_master.tpl | 4 ++++
M pub/style.css | 5 +++++
2 files changed, 9 insertions(+), 0 deletions(-)
---
(DIR) 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">
(DIR) 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;