From 2929a1d0f07aa8606e9ec33d9f7ba671a5701400 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 24 Jan 2006 20:53:51 +0000 Subject: [PATCH] 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 --- deal.II/doc/screen.css | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.39.5