Author: Antonio Cuni <[email protected]>
Branch:
Changeset: r132:1868a93ff0ab
Date: 2011-06-10 16:02 +0200
http://bitbucket.org/pypy/jitviewer/changeset/1868a93ff0ab/
Log: show links always in blue, and the python code in azure to
distinguish them
diff --git a/static/style.css b/static/style.css
--- a/static/style.css
+++ b/static/style.css
@@ -23,6 +23,10 @@
#single_loop {
float: right; /*fijal, Po co ci to?*/
}
+
+a:visited {
+ color: blue;
+}
/* End of General Layout & Typography
-----------------------------------------*/
@@ -114,7 +118,7 @@
}
.visible {
- color: blue;
+ color: #099;
}
.operations {
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit