From 2f7e86ec436eb1f12804073a692c738007733964 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 6 Aug 2007 03:37:28 +0000 Subject: [PATCH] Add tutorial table style git-svn-id: https://svn.dealii.org/trunk@14905 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/stylesheet.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/doc/doxygen/stylesheet.css b/deal.II/doc/doxygen/stylesheet.css index 8d6bd0ee15..3165157d62 100644 --- a/deal.II/doc/doxygen/stylesheet.css +++ b/deal.II/doc/doxygen/stylesheet.css @@ -311,3 +311,10 @@ dt.glossary { font-size: large; font-weight: bold; } +table.tutorial { + color: black; + border: 1px solid #aaa; + background-color: #f9f9f9; + padding: 5px; + font-size: 95%; +} -- 2.39.5