[geeklog-hg] geeklog: Fix for changeset 952f21880172

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jun 22 04:18:09 EDT 2013


changeset 9113:7e70a298f2ab
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/7e70a298f2ab
user: dengen
date: Sat Jun 22 17:10:54 2013 +0900
description:
Fix for changeset 952f21880172

diffstat:

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

diffs (40 lines):

diff -r 377a004e98e5 -r 7e70a298f2ab public_html/layout/denim/css_ltr/style.css
--- a/public_html/layout/denim/css_ltr/style.css	Sat Jun 22 16:13:00 2013 +0900
+++ b/public_html/layout/denim/css_ltr/style.css	Sat Jun 22 17:10:54 2013 +0900
@@ -368,6 +368,16 @@
   padding: 0;
 }
 
+a.button:link,
+a.button:visited {
+  color: #444;
+}
+
+a.button:hover {
+  color: #222;
+  text-decoration: none;
+}
+
 
 /*--------------------------------------
   professional Compatible Style
diff -r 377a004e98e5 -r 7e70a298f2ab public_html/layout/denim/css_rtl/style.css
--- a/public_html/layout/denim/css_rtl/style.css	Sat Jun 22 16:13:00 2013 +0900
+++ b/public_html/layout/denim/css_rtl/style.css	Sat Jun 22 17:10:54 2013 +0900
@@ -368,6 +368,16 @@
   padding: 0;
 }
 
+a.button:link,
+a.button:visited {
+  color: #444;
+}
+
+a.button:hover {
+  color: #222;
+  text-decoration: none;
+}
+
 
 /*--------------------------------------
   professional Compatible Style



More information about the geeklog-cvs mailing list