[geeklog-hg] geeklog: Denim: fixed style.css slightly

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Aug 7 08:01:49 EDT 2013


changeset 9247:a8911d56bddc
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/a8911d56bddc
user: dengen <taharaxp at gmail.com>
date: Wed Aug 07 21:01:26 2013 +0900
description:
Denim: fixed style.css slightly

diffstat:

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

diffs (54 lines):

diff -r a9073c20e6ce -r a8911d56bddc public_html/layout/denim/css_ltr/style.css
--- a/public_html/layout/denim/css_ltr/style.css	Mon Aug 05 20:05:31 2013 -0400
+++ b/public_html/layout/denim/css_ltr/style.css	Wed Aug 07 21:01:26 2013 +0900
@@ -1509,7 +1509,7 @@
   margin: 0;
   padding: 0 5px;
   white-space: nowrap;
-  border-bottom: 1px dashed #ccc;
+  border-bottom: 1px dotted #ccc;
 }
 
 #leftblocks .noliststyle,
@@ -1709,6 +1709,14 @@
   line-height: 1.7em;
 }
 
+.story_introtext:after {
+  content: "";
+  display: block;
+  clear: both;
+  height: 1px;
+  overflow: hidden;
+}
+
 /* Topic Icon */
 .story_image {
   float: right; /* rtl */
diff -r a9073c20e6ce -r a8911d56bddc public_html/layout/denim/css_rtl/style.css
--- a/public_html/layout/denim/css_rtl/style.css	Mon Aug 05 20:05:31 2013 -0400
+++ b/public_html/layout/denim/css_rtl/style.css	Wed Aug 07 21:01:26 2013 +0900
@@ -1509,7 +1509,7 @@
   margin: 0;
   padding: 0 5px;
   white-space: nowrap;
-  border-bottom: 1px dashed #ccc;
+  border-bottom: 1px dotted #ccc;
 }
 
 #leftblocks .noliststyle,
@@ -1709,6 +1709,14 @@
   line-height: 1.7em;
 }
 
+.story_introtext:after {
+  content: "";
+  display: block;
+  clear: both;
+  height: 1px;
+  overflow: hidden;
+}
+
 /* Topic Icon */
 .story_image {
   float: left; /* rtl */



More information about the geeklog-cvs mailing list