[geeklog-cvs] geeklog: newpro: Styled links

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Apr 10 12:40:52 EDT 2012


changeset 8589:56ee35fb26ee
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/56ee35fb26ee
user: Rouslan Placella <rouslan at placella.com>
date: Sat Mar 24 12:58:59 2012 +0000
description:
newpro: Styled links

diffstat:

 public_html/layout/newpro/css/common.css |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r 62b2d6be3112 -r 56ee35fb26ee public_html/layout/newpro/css/common.css
--- a/public_html/layout/newpro/css/common.css	Sat Mar 24 12:15:32 2012 +0000
+++ b/public_html/layout/newpro/css/common.css	Sat Mar 24 12:58:59 2012 +0000
@@ -28,6 +28,18 @@
   text-align: center;  /* For Win IE 6(Margin auto layout) */
 }
 
+a:link {
+  color: #033987;
+  text-decoration: none;
+}
+a:visited {
+  color: #5c3566;
+}
+a:hover {
+  text-decoration: underline;
+}
+
+
 /* Win IE 7 { */
 *:first-child+html body {
   font-size: small;



More information about the geeklog-cvs mailing list