[geeklog-cvs] geeklog: newpro: Fix centerblocks width for narrow content

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Mar 10 17:17:39 EST 2012


changeset 8516:e3a9f257ab2a
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/e3a9f257ab2a
user: Rouslan Placella <rouslan at placella.com>
date: Sat Mar 10 22:10:44 2012 +0000
description:
newpro: Fix centerblocks width for narrow content

diffstat:

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

diffs (26 lines):

diff -r dddbc295e7ef -r e3a9f257ab2a public_html/layout/newpro/css/layout.css
--- a/public_html/layout/newpro/css/layout.css	Tue Mar 06 21:02:22 2012 +0000
+++ b/public_html/layout/newpro/css/layout.css	Sat Mar 10 22:10:44 2012 +0000
@@ -133,6 +133,10 @@
     width: 180px;
 }
 
+div#container td#centerblocks-wrapper {
+    width: 100%;
+}
+
 div#container div#centerblocks {
     width: 100%;
 }
diff -r dddbc295e7ef -r e3a9f257ab2a public_html/layout/newpro/header.thtml
--- a/public_html/layout/newpro/header.thtml	Tue Mar 06 21:02:22 2012 +0000
+++ b/public_html/layout/newpro/header.thtml	Sat Mar 10 22:10:44 2012 +0000
@@ -48,7 +48,7 @@
           <td>
             {left_blocks}
           </td>
-          <td>
+          <td id="centerblocks-wrapper">
             <!-- Center Block Container -->
             <div id="centerblocks">
               <p class="welcome_msg">{welcome_msg} {datetime}</p>



More information about the geeklog-cvs mailing list