From febd7ea24807a5a5e3f32bf4a9d0f6a9bc84e167 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 28 Jun 2011 12:29:08 +0000 Subject: [PATCH] Reverting r312562 as it's causing problems --- include/layout.inc | 2 +- styles/site.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/include/layout.inc b/include/layout.inc index 3a463f8bb..b16e21ef8 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -774,7 +774,7 @@ function print_news($news, $dog, $max = 5, $onlyyear = null, $return = false) { -
+
EOT; } diff --git a/styles/site.css b/styles/site.css index 4e9c3505f..c2b910a5e 100644 --- a/styles/site.css +++ b/styles/site.css @@ -181,10 +181,6 @@ div.newsItem .newsdate { margin-right: 10px; } -hr.newsSep { - clear: right; -} - div.indent { margin-left: 50px; }