From: Wolfgang Bangerth 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-Tag: v8.0.0~12527 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2929a1d0f07aa8606e9ec33d9f7ba671a5701400;p=dealii.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 {