removed ads - swerc - anselm's simpler werc fork | |
git clone git://git.suckless.org/swerc | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit d9c0ed83c46ae15c475eef99217c03280eeb2bd3 | |
parent 67d2b2258d92e8378ad3385340e1ebb4ff37e73d | |
Author: [email protected] <unknown> | |
Date: Wed, 15 Feb 2012 06:51:09 +0100 | |
removed ads | |
Diffstat: | |
M pub/style.css | 5 ----- | |
M tpl/master.tpl | 2 -- | |
2 files changed, 0 insertions(+), 7 deletions(-) | |
--- | |
diff --git a/pub/style.css b/pub/style.css | |
@@ -124,11 +124,6 @@ h4 { | |
max-width: 50em; | |
} | |
-#ads { | |
- float:right; | |
- padding: 1em; | |
-} | |
- | |
#footer { | |
clear: both; | |
color: #666; | |
diff --git a/tpl/master.tpl b/tpl/master.tpl | |
@@ -37,8 +37,6 @@ | |
</div> | |
% } | |
- <div id="ads"> | |
- </div> | |
<div id="main"> | |
% run_handlers $handlers_body_head |