From: Wolfgang Bangerth Date: Tue, 24 Jan 2006 21:05:52 +0000 (+0000) Subject: Give the index of the tutorial programs a better look. X-Git-Tag: v8.0.0~12526 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44e38a99aaad80cbc6e8e7536742b1eb349ec4ba;p=dealii.git Give the index of the tutorial programs a better look. git-svn-id: https://svn.dealii.org/trunk@12149 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css index 59b548d252..21e49fdd28 100644 --- a/deal.II/doc/screen.css +++ b/deal.II/doc/screen.css @@ -180,6 +180,20 @@ pre { } table.navbar { } +table.tutorial { + color: black; + border: 1px solid #aaa; + background-color: #f9f9f9; + padding: 50px; + font-size: 95%; +} +div.tutorial { + color: black; + border: 1px solid #aaa; + background-color: #f9f9f9; + padding: 50px; + font-size: 95%; +} strong.red { color: #ff0000; } code.program { color: #700000; }