[geeklog-cvs] geeklog: Cosmetics: reduce the gap between the header and the bl...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon May 24 03:46:23 EDT 2010


changeset 7941:46a69918c323
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/46a69918c323
user: Dirk Haun <dirk at haun-online.de>
date: Sun May 23 20:57:35 2010 +0200
description:
Cosmetics: reduce the gap between the header and the blocks (still one pixel left - not sure where that is coming from ...)

diffstat:

 public_html/layout/professional/header.thtml |  2 +-
 public_html/layout/professional/style.css    |  1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 816464602e93 -r 46a69918c323 public_html/layout/professional/header.thtml
--- a/public_html/layout/professional/header.thtml	Thu May 20 19:51:24 2010 -0400
+++ b/public_html/layout/professional/header.thtml	Sun May 23 20:57:35 2010 +0200
@@ -26,7 +26,7 @@
         </a>
         <span class="header-slogan">{site_slogan}</span>
     </div>
-    <table cellspacing="0" cellpadding="0" style="width:100%;">
+    <table border="0" cellspacing="0" cellpadding="0" style="width:100%;">
         <tr>
             {left_blocks}
             <td class="story-container">
diff -r 816464602e93 -r 46a69918c323 public_html/layout/professional/style.css
--- a/public_html/layout/professional/style.css	Thu May 20 19:51:24 2010 -0400
+++ b/public_html/layout/professional/style.css	Sun May 23 20:57:35 2010 +0200
@@ -304,7 +304,6 @@
 }
 .block-bg-left,
 .block-bg-right {
-  border-top:1px solid #FFFFFF;
 }
 .block-bg-spreader {
   /* this is making sure that the blocks have a minimum width */



More information about the geeklog-cvs mailing list