From 8ec89b3975e118074d41ef7889224e0845cea9df Mon Sep 17 00:00:00 2001 From: wolf 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 ++++++++++++++ .../doc/tutorial/chapter-2.step-by-step/head.html | 4 ++++ 2 files changed, 18 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; } diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/head.html b/deal.II/doc/tutorial/chapter-2.step-by-step/head.html index b4a6757cb3..3c0ba740ab 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/head.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/head.html @@ -18,6 +18,8 @@

Overview of step xxx

+ +
  1. Introduction
  2. The commented program @@ -27,3 +29,5 @@ commentedTOC plainTOC
+
+ -- 2.39.5