From 2fc4821c2f60bd1cff8f63bbdc73d51852f99447 Mon Sep 17 00:00:00 2001 From: MinRK Date: Sun, 7 Apr 2013 12:16:36 -0700 Subject: [PATCH] tweak heading-anchor css avoids blue links after visiting --- IPython/frontend/html/notebook/static/less/notebook.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/less/notebook.less b/IPython/frontend/html/notebook/static/less/notebook.less index 6c9a0d54f..ee85e4f42 100644 --- a/IPython/frontend/html/notebook/static/less/notebook.less +++ b/IPython/frontend/html/notebook/static/less/notebook.less @@ -469,7 +469,7 @@ margin-bottom:0; } -a.heading-anchor:link { +a.heading-anchor:link, a.heading-anchor:visited { text-decoration: none; color: inherit; }