From 39df816bef5e27d02c41a94e6225b565c18918f5 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Sun, 18 Jul 2010 19:36:35 +0000 Subject: [PATCH] Add weak style git-svn-id: https://svn.dealii.org/trunk@21523 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/screen.css | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.39.5