Introduction
Introduction Statistics Contact Development Disclaimer Help
prepared some ads space - swerc - anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log
Files
Refs
README
---
commit fc914b2719fa0c2fee7f3ce8e0482f603cba2315
parent 71127812b3dd9de48b367a3af44d13d14f64a397
Author: [email protected] <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(-)
---
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;
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.