From f57709696bf1df247e3878943d8986388caed2ce Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 13 Aug 2009 09:37:14 +0000 Subject: [PATCH] Some web browsers (like Firefox) seem to not understand that the images should not take more than 49 precent of available text width, so the second image is completely unvisible to me. Put them in a vertical array instead. git-svn-id: https://svn.dealii.org/trunk@19251 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/doc/results.dox | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-32/doc/results.dox b/deal.II/examples/step-32/doc/results.dox index d840d8ea6f..9c24eeedbc 100644 --- a/deal.II/examples/step-32/doc/results.dox +++ b/deal.II/examples/step-32/doc/results.dox @@ -16,10 +16,12 @@ magnitude more than we had available in step-31: + +
- @image html "step-32.3d.cube.0.png" "" width=49% + @image html "step-32.3d.cube.0.png" "" width=80%
- @image html "step-32.3d.cube.1.png" "" width=49% + @image html "step-32.3d.cube.1.png" "" width=80%
-- 2.39.5