[geeklog-cvs] geeklog: Denim: Maintenance of stylesheets.

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Apr 29 14:45:36 EDT 2012


changeset 8647:327da577fda2
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/327da577fda2
user: dengen
date: Mon Apr 30 03:44:53 2012 +0900
description:
Denim: Maintenance of stylesheets.

diffstat:

 public_html/layout/denim/style.css     |  8 +++++++-
 public_html/layout/denim/style_rtl.css |  8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diffs (50 lines):

diff -r 8e7425694a5c -r 327da577fda2 public_html/layout/denim/style.css
--- a/public_html/layout/denim/style.css	Sun Apr 29 14:55:10 2012 +0100
+++ b/public_html/layout/denim/style.css	Mon Apr 30 03:44:53 2012 +0900
@@ -1339,7 +1339,9 @@
 }
 
 #leftblocks .sideoption span,
-#rightblocks .sideoption span {
+#rightblocks .sideoption span,
+#leftblocks .sideoption_off span,
+#rightblocks .sideoption_off span {
   color: #999;
   text-decoration: none;
   margin-left: 3px;
@@ -3441,6 +3443,10 @@
 	  text-align:center;
 	}
 
+	#searchform .searchform {
+	  text-align:center;
+	}
+
 	.noliststyle {
 	  list-style:none;
 	  padding:0px;
diff -r 8e7425694a5c -r 327da577fda2 public_html/layout/denim/style_rtl.css
--- a/public_html/layout/denim/style_rtl.css	Sun Apr 29 14:55:10 2012 +0100
+++ b/public_html/layout/denim/style_rtl.css	Mon Apr 30 03:44:53 2012 +0900
@@ -1343,7 +1343,9 @@
 }
 
 #leftblocks .sideoption span,
-#rightblocks .sideoption span {
+#rightblocks .sideoption span,
+#leftblocks .sideoption_off span,
+#rightblocks .sideoption_off span {
   color: #999;
   text-decoration: none;
   margin-right: 3px;
@@ -3445,6 +3447,10 @@
 	  text-align:center;
 	}
 
+	#searchform .searchform {
+	  text-align:center;
+	}
+
 	.noliststyle {
 	  list-style:none;
 	  padding:0px;



More information about the geeklog-cvs mailing list