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

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Aug 14 00:34:37 EDT 2013


changeset 9252:127bd174cc34
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/127bd174cc34
user: dengen <taharaxp at gmail.com>
date: Wed Aug 14 13:34:17 2013 +0900
description:
Denim: fixed print.css slightly

diffstat:

 public_html/layout/denim/css_ltr/print.css |  8 ++++++++
 public_html/layout/denim/css_rtl/print.css |  8 ++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r 57be61267678 -r 127bd174cc34 public_html/layout/denim/css_ltr/print.css
--- a/public_html/layout/denim/css_ltr/print.css	Tue Aug 13 12:34:51 2013 +0900
+++ b/public_html/layout/denim/css_ltr/print.css	Wed Aug 14 13:34:17 2013 +0900
@@ -173,6 +173,14 @@
   padding: 1em 0;
 }
 
+#print div#story:after {
+  content: "";
+  display: block;
+  clear: both;
+  height: 1px;
+  overflow: hidden;
+}
+
 #print div#footer {
   font-size: 0.85em;
   padding: 5px 0px;
diff -r 57be61267678 -r 127bd174cc34 public_html/layout/denim/css_rtl/print.css
--- a/public_html/layout/denim/css_rtl/print.css	Tue Aug 13 12:34:51 2013 +0900
+++ b/public_html/layout/denim/css_rtl/print.css	Wed Aug 14 13:34:17 2013 +0900
@@ -173,6 +173,14 @@
   padding: 1em 0;
 }
 
+#print div#story:after {
+  content: "";
+  display: block;
+  clear: both;
+  height: 1px;
+  overflow: hidden;
+}
+
 #print div#footer {
   font-size: 0.85em;
   padding: 5px 0px;



More information about the geeklog-cvs mailing list