From ad81861bfa5627470d0231aac390fe92c9bbdcf3 Mon Sep 17 00:00:00 2001 From: schrage Date: Thu, 8 Apr 1999 09:58:37 +0000 Subject: [PATCH] Added indentation to example style git-svn-id: https://svn.dealii.org/trunk@1089 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/dealtut.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/tutorial/dealtut.css b/deal.II/doc/tutorial/dealtut.css index 922817bad6..21755183e0 100644 --- a/deal.II/doc/tutorial/dealtut.css +++ b/deal.II/doc/tutorial/dealtut.css @@ -2,7 +2,19 @@ body { bgcolor: white; background-color: white; } span.parhead { font-weight: bold; - } } + + + } + +span.example { font-weight: bold; + font-style: italic; + } +pre.example { padding-left: 2 em; + text-align: left; + text-indent: 0; + } + + table.navbar { } -- 2.39.5