From 71e521fac4611229002865908cb0029d8c347de3 Mon Sep 17 00:00:00 2001 From: schrage Date: Fri, 16 Apr 1999 12:40:08 +0000 Subject: [PATCH] Added figure style. git-svn-id: https://svn.dealii.org/trunk@1171 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/dealtut.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/tutorial/dealtut.css b/deal.II/doc/tutorial/dealtut.css index 78013d075d..e0a2f44ffa 100644 --- a/deal.II/doc/tutorial/dealtut.css +++ b/deal.II/doc/tutorial/dealtut.css @@ -14,11 +14,13 @@ span.example { font-weight: bold; font-style: italic; } pre.example { padding-left: 2 em; - text-align: left; - text-indent: 0; - } - + text-align: left; + text-indent: 0; + } +.image { font-weight: bold; + font-size: larger; + } table.navbar { } -- 2.39.5