From: Guido Kanschat Date: Sun, 23 Oct 2005 16:28:26 +0000 (+0000) Subject: do not blink anymore X-Git-Tag: v8.0.0~12953 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=807313d96efda658fee7a74e30da3f58b74b8dec;p=dealii.git do not blink anymore git-svn-id: https://svn.dealii.org/trunk@11650 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;