From: Guido Kanschat Date: Thu, 26 Apr 2001 11:36:23 +0000 (+0000) Subject: additional code classes X-Git-Tag: v8.0.0~19297 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1970e536db53c0f1495d249326b5b3938821bd39;p=dealii.git additional code classes git-svn-id: https://svn.dealii.org/trunk@4490 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 2fd5cf35ba..20f4960cd8 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -37,3 +37,5 @@ table.navbar { } code.program { color: #700000; } code.class { color: #009000; } code.member { color: #006000; } +code.function { color: #006000; } +code.global { color: #005030; }