[geeklog-cvs] geeklog: newpro: fixed centerblock padding

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Apr 15 18:08:20 EDT 2012


changeset 8599:02ff7603be9e
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/02ff7603be9e
user: Rouslan Placella <rouslan at placella.com>
date: Sun Apr 15 23:07:47 2012 +0100
description:
newpro: fixed centerblock padding

diffstat:

 public_html/layout/newpro/css/layout.css |  4 ++++
 public_html/layout/newpro/css/story.css  |  6 +++---
 public_html/layout/newpro/footer.thtml   |  2 +-
 public_html/layout/newpro/header.thtml   |  1 +
 4 files changed, 9 insertions(+), 4 deletions(-)

diffs (65 lines):

diff -r ea91b01b3b56 -r 02ff7603be9e public_html/layout/newpro/css/layout.css
--- a/public_html/layout/newpro/css/layout.css	Sun Apr 15 22:52:04 2012 +0100
+++ b/public_html/layout/newpro/css/layout.css	Sun Apr 15 23:07:47 2012 +0100
@@ -246,6 +246,10 @@
   overflow: visible;
 }
 
+div#container div#wrapper div#centerblocks-content {
+  padding: 0 8px;
+}
+
 /* JavaScript Enabled* 3 Column ( Left Block*  Center Block*  Right Block)  Center Block Container */
 body.left-center-right div#container div#wrapper div#centerblocks {
   float: {left};
diff -r ea91b01b3b56 -r 02ff7603be9e public_html/layout/newpro/css/story.css
--- a/public_html/layout/newpro/css/story.css	Sun Apr 15 22:52:04 2012 +0100
+++ b/public_html/layout/newpro/css/story.css	Sun Apr 15 23:07:47 2012 +0100
@@ -16,7 +16,7 @@
 /* Container */
 div#centerblocks div.storytext {
   margin: 0 0 1em 0;
-  padding: 0 8px 1em;
+  padding: 0 0 1em;
   border-bottom: 1px solid #ccc;
 }
 
@@ -130,7 +130,7 @@
 /* Container */
 div#centerblocks div.featuredstorytext {
   margin: 0 0 1em 0;
-  padding: 0 8px 1em;
+  padding: 0 0 1em;
   border-bottom: 1px solid #ccc;
 }
 
@@ -244,7 +244,7 @@
 /* Container */
 div#centerblocks div.archivestorytext {
   margin: 0 0 1em 0;
-  padding: 0 8px 1em;
+  padding: 0 0 1em;
   border-bottom: 1px solid #ccc;
 }
 
diff -r ea91b01b3b56 -r 02ff7603be9e public_html/layout/newpro/footer.thtml
--- a/public_html/layout/newpro/footer.thtml	Sun Apr 15 22:52:04 2012 +0100
+++ b/public_html/layout/newpro/footer.thtml	Sun Apr 15 23:07:47 2012 +0100
@@ -1,6 +1,6 @@
 
 <!-- footer.thtml { -->
-
+          </div>
         </div>
         <!--[if !IE]> Using conditional comments to avoid Win IE 6 bugs <![endif]-->
         <!--[if !IE]> (When combined with multiple floating elements, floating bug duplicate last element content) <![endif]-->
diff -r ea91b01b3b56 -r 02ff7603be9e public_html/layout/newpro/header.thtml
--- a/public_html/layout/newpro/header.thtml	Sun Apr 15 22:52:04 2012 +0100
+++ b/public_html/layout/newpro/header.thtml	Sun Apr 15 23:07:47 2012 +0100
@@ -52,5 +52,6 @@
         <!-- Center Block Container -->
         <div id="centerblocks">
           <p class="welcome_msg">{welcome_msg} {datetime}</p>
+          <div id="centerblocks-content">
 
 <!-- } header.thtml -->



More information about the geeklog-cvs mailing list