From: wolf Date: Tue, 24 Jan 2006 20:53:51 +0000 (+0000) Subject: Allow href's to be bold. Used in the tutorial programs for top-level toc entries. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cd12d8ff3dcbed8740ba9668f6b53e79154eefd;p=dealii-svn.git Allow href's to be bold. Used in the tutorial programs for top-level toc entries. git-svn-id: https://svn.dealii.org/trunk@12148 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 377a1169a5..59b548d252 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -35,6 +35,7 @@ frameset { } a:hover { text-decoration: underline; } +A.bold { font-weight: bold;} img {