From: Guido Kanschat Date: Sun, 18 Jul 2010 19:36:35 +0000 (+0000) Subject: Add weak style X-Git-Tag: v8.0.0~5800 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39df816bef5e27d02c41a94e6225b565c18918f5;p=dealii.git Add weak style git-svn-id: https://svn.dealii.org/trunk@21523 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 868640a49e..84a1082f1d 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -233,6 +233,11 @@ td.build { font-weight: bold; } +.weak { + color: #404040; + text-decoration: line-through; +} + .shout { color: #e000ff; text-decoration: blink;