From 44e38a99aaad80cbc6e8e7536742b1eb349ec4ba Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 24 Jan 2006 21:05:52 +0000 Subject: [PATCH] Give the index of the tutorial programs a better look. git-svn-id: https://svn.dealii.org/trunk@12149 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/screen.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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; } -- 2.39.5