From: Wolfgang Bangerth Date: Mon, 23 Jan 2006 20:41:19 +0000 (+0000) Subject: Improve visibility of visited links. X-Git-Tag: v8.0.0~12544 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd090029aa36d5344c76bc9a4faec7e51c0af388;p=dealii.git Improve visibility of visited links. git-svn-id: https://svn.dealii.org/trunk@12131 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/stylesheet.css b/deal.II/doc/doxygen/stylesheet.css index b9f744eb35..0bfc78c445 100644 --- a/deal.II/doc/doxygen/stylesheet.css +++ b/deal.II/doc/doxygen/stylesheet.css @@ -94,7 +94,8 @@ A.qindexHL:hover { padding: 2px 6px; } A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff } -A.el { text-decoration: none; font-weight: normal; } +A.el { text-decoration: none; font-weight: normal; color: #1A41FF; } +A.el:visited { text-decoration: none; font-weight: normal; color: #1A41B0; } A.elRef { font-weight: bold } A.code { text-decoration: none; font-weight: normal; color: #1A419D} A.codeRef { font-weight: normal; color: #1A419D}