[geeklog-hg] geeklog: Fixed an issue in Denim and the Modern Curve theme when...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Jul 29 18:38:55 EDT 2013


changeset 9235:fdf381a9ba69
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/fdf381a9ba69
user: Tom <websitemaster at cogeco.net>
date: Mon Jul 29 18:38:32 2013 -0400
description:
Fixed an issue in Denim and the Modern Curve theme when the What's Related block would affect the comment bar on the article page.

diffstat:

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

diffs (42 lines):

diff -r cb76dd4c4a2e -r fdf381a9ba69 public_html/layout/denim/css_ltr/style.css
--- a/public_html/layout/denim/css_ltr/style.css	Sun Jul 28 21:35:25 2013 -0400
+++ b/public_html/layout/denim/css_ltr/style.css	Mon Jul 29 18:38:32 2013 -0400
@@ -1862,6 +1862,10 @@
   Comment Block
 --------------------------------------*/
 
+#commentarea {
+  clear: both;
+}
+
 /* Comment Information (Story Title | Comment Number | Username) */
 .commentbar_status {
   text-align: center;
diff -r cb76dd4c4a2e -r fdf381a9ba69 public_html/layout/denim/css_rtl/style.css
--- a/public_html/layout/denim/css_rtl/style.css	Sun Jul 28 21:35:25 2013 -0400
+++ b/public_html/layout/denim/css_rtl/style.css	Mon Jul 29 18:38:32 2013 -0400
@@ -1862,6 +1862,10 @@
   Comment Block
 --------------------------------------*/
 
+#commentarea {
+  clear: both;
+}
+
 /* Comment Information (Story Title | Comment Number | Username) */
 .commentbar_status {
   text-align: center;
diff -r cb76dd4c4a2e -r fdf381a9ba69 public_html/layout/modern_curve/css/comment/comment.css
--- a/public_html/layout/modern_curve/css/comment/comment.css	Sun Jul 28 21:35:25 2013 -0400
+++ b/public_html/layout/modern_curve/css/comment/comment.css	Mon Jul 29 18:38:32 2013 -0400
@@ -13,6 +13,10 @@
   Comment Block
 --------------------------------------*/
 
+#commentarea {
+  clear: both;
+}
+
 /* Comment Block */
 div.comments {
   margin: 0;



More information about the geeklog-cvs mailing list