[geeklog-cvs] geeklog: Merged with upstream

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Apr 29 17:09:52 EDT 2012


changeset 8650:0e437c8ea14f
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/0e437c8ea14f
user: Rouslan Placella <rouslan at placella.com>
date: Sun Apr 29 22:06:43 2012 +0100
description:
Merged with upstream

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 c049265be658 -r 0e437c8ea14f public_html/layout/denim/style.css
--- a/public_html/layout/denim/style.css	Sun Apr 29 22:05:30 2012 +0100
+++ b/public_html/layout/denim/style.css	Sun Apr 29 22:06:43 2012 +0100
@@ -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 c049265be658 -r 0e437c8ea14f public_html/layout/denim/style_rtl.css
--- a/public_html/layout/denim/style_rtl.css	Sun Apr 29 22:05:30 2012 +0100
+++ b/public_html/layout/denim/style_rtl.css	Sun Apr 29 22:06:43 2012 +0100
@@ -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