From: schrage Date: Thu, 8 Apr 1999 09:58:37 +0000 (+0000) Subject: Added indentation to example style X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad81861bfa5627470d0231aac390fe92c9bbdcf3;p=dealii-svn.git Added indentation to example style git-svn-id: https://svn.dealii.org/trunk@1089 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 { }