From 807313d96efda658fee7a74e30da3f58b74b8dec Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Sun, 23 Oct 2005 16:28:26 +0000 Subject: [PATCH] do not blink anymore git-svn-id: https://svn.dealii.org/trunk@11650 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/screen.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index c26c9f9bef..377a1169a5 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -192,7 +192,12 @@ td.build { vertical-align: middle; } -.cry { +.attention { + color: #f00080; + font-weight: bold; +} + +.shout { color: #e000ff; text-decoration: blink; font-weight: bold; -- 2.39.5