[geeklog-cvs] geeklog: newpro: fix for centerblocks when js is off

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Apr 15 17:52:33 EDT 2012


changeset 8597:40693399b18a
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/40693399b18a
user: Rouslan Placella <rouslan at placella.com>
date: Sun Apr 15 22:02:33 2012 +0100
description:
newpro: fix for centerblocks when js is off

diffstat:

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

diffs (12 lines):

diff -r 7af52a12eafd -r 40693399b18a public_html/layout/newpro/css/layout.css
--- a/public_html/layout/newpro/css/layout.css	Sun Apr 15 15:29:15 2012 +0100
+++ b/public_html/layout/newpro/css/layout.css	Sun Apr 15 22:02:33 2012 +0100
@@ -279,7 +279,7 @@
   display: inline;  /* Win IE 6(Float Left Right Margin is too wide) */
   float: {left};
   width: 580px;  /*  Center Block Width =  Site All Width[W] -  Left Block Width[L] -  Right Block Width[R] -  Right Padding -  Left Padding */
-  margin-{left}: 180px;  /*  Left Margin =  Left Block Width[L] */
+  margin-{left}: 190px;  /*  Left Margin =  Left Block Width[L] */
 }
 
 



More information about the geeklog-cvs mailing list