From: kanschat Date: Sun, 18 Jul 2010 19:36:35 +0000 (+0000) Subject: Add weak style X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a8d18e4a6f082a74942c3554ea19594bded28b;p=dealii-svn.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;