From 9a140c15cc27a1cb7273698c27f339dc1c8af4fc Mon Sep 17 00:00:00 2001 From: schrage Date: Wed, 21 Jul 1999 14:33:05 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.dealii.org/trunk@1615 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/aural.css | 34 +++++++++------------------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/deal.II/doc/tutorial/aural.css b/deal.II/doc/tutorial/aural.css index d19dc63c93..5fc0eca2df 100644 --- a/deal.II/doc/tutorial/aural.css +++ b/deal.II/doc/tutorial/aural.css @@ -1,37 +1,21 @@ +body {} -body { background-image: none; - background-color: white; - } +frameset {} -frameset { background-color: white; - border-color: white; - border: 0; - frameborder: 0; - } +td {} -td { vertical-align: top; } +dt {} -dt { font-weight: bold; } - -.figure { font-weight: bold; - font-size: larger; - } +.figure {} .pagetoc {} .chapter_title {} -span.parhead { font-weight: bold; - } +span.parhead {} -span.example { font-weight: bold; - font-style: italic; - } -pre.example { padding-left: 2 em; - text-align: left; - text-indent: 0; - } - -table.navbar { } +span.example {} +pre.example {} +table.navbar {} -- 2.39.5