Revision: 3004
Author: pekka.klarck
Date: Fri Apr 16 00:29:14 2010
Log: separate color to links as requested on mailing list discussion
http://code.google.com/p/robotframework/source/detail?r=3004
Modified:
/trunk/tools/libdoc/libdoc.py
=======================================
--- /trunk/tools/libdoc/libdoc.py Mon Mar 29 08:01:32 2010
+++ /trunk/tools/libdoc/libdoc.py Fri Apr 16 00:29:14 2010
@@ -454,14 +454,13 @@
}
a.name, span.name {
font-style: italic;
- color: black;
-}
-a:link, a:visited {
- color: black;
+}
+a, a:link, a:visited {
+ color: #c30;
}
a:hover, a:active {
text-decoration: underline;
- color: #666;
+ color: black;
}
div.shortcuts {
margin: 1em 0em;
@@ -469,6 +468,7 @@
}
div.shortcuts a {
text-decoration: none;
+ color: black;
}
div.shortcuts a:hover {
text-decoration: underline;
@@ -491,7 +491,7 @@
}
table.keywords td.kw {
width: 150px;
- color: black;
+ font-weight: bold;
}
table.keywords td.arg {
width: 300px;
--
Subscription settings:
http://groups.google.com/group/robotframework-commit/subscribe?hl=en