[geeklog-hg] geeklog: Denim: fixed css. set the value of the overflow propert...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Sep 4 04:14:52 EDT 2012


changeset 8794:7da22bf9f0ac
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/7da22bf9f0ac
user: dengen
date: Tue Sep 04 16:34:02 2012 +0900
description:
Denim: fixed css. set the value of the overflow property of the right blocks as well as the left blocks.

diffstat:

 public_html/layout/denim/css_ltr/style.css |  3 +--
 public_html/layout/denim/css_rtl/style.css |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 9bf970e89f0b -r 7da22bf9f0ac public_html/layout/denim/css_ltr/style.css
--- a/public_html/layout/denim/css_ltr/style.css	Mon Aug 13 10:31:32 2012 -0400
+++ b/public_html/layout/denim/css_ltr/style.css	Tue Sep 04 16:34:02 2012 +0900
@@ -1257,7 +1257,7 @@
 
 #rightblocks,
 body.js_off #rightblocks {
-  overflow: auto;
+  overflow: visible;
   float: left; /* rtl */
   width: 280px;  /* [R] */
   margin: 0 0 0 -280px;  /* Left Margin = -[R] */ /* rtl */
@@ -2936,7 +2936,6 @@
 
 	#rightblocks,
 	body.js_off #rightblocks {
-	  overflow: auto;
 	  clear: right;
 	  float: right;
 	  width: 280px;  /* [R] */
diff -r 9bf970e89f0b -r 7da22bf9f0ac public_html/layout/denim/css_rtl/style.css
--- a/public_html/layout/denim/css_rtl/style.css	Mon Aug 13 10:31:32 2012 -0400
+++ b/public_html/layout/denim/css_rtl/style.css	Tue Sep 04 16:34:02 2012 +0900
@@ -1257,7 +1257,7 @@
 
 #rightblocks,
 body.js_off #rightblocks {
-  overflow: auto;
+  overflow: visible;
   float: right; /* rtl */
   width: 280px;  /* [R] */
   margin: 0 -280px 0 0;  /* Left Margin = -[R] */ /* rtl */
@@ -2936,7 +2936,6 @@
 
 	#rightblocks,
 	body.js_off #rightblocks {
-	  overflow: auto;
 	  clear: right;
 	  float: right;
 	  width: 280px;  /* [R] */



More information about the geeklog-cvs mailing list