From 0724bd950866ca1178e3229d68f26473954b9bbb Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Sun, 18 Jul 2010 19:54:18 +0000 Subject: [PATCH] add deprecated style git-svn-id: https://svn.dealii.org/trunk@21527 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/screen.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 02033917e1..edeebac807 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -228,16 +228,20 @@ td.build { background-color: #C030D0; } -.attention { - color: #f00080; - font-weight: bold; -} - .weak { color: #808080; text-decoration: line-through; } +.deprecated { + text-decoration: line-through; +} + +.attention { + color: #f00080; + font-weight: bold; +} + .shout { color: #e000ff; text-decoration: blink; -- 2.39.5