From 8b9cfa12a8f38e761318f0626ed9306a33cb0335 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Tue, 23 Feb 2016 17:42:37 +0100 Subject: [PATCH] [doc] Set featurelist width to 100% *This might scale the tables correctly on our web page --- doc/doxygen/extradoc/featurelist.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/extradoc/featurelist.txt b/doc/doxygen/extradoc/featurelist.txt index 556343686c..6389997bc3 100644 --- a/doc/doxygen/extradoc/featurelist.txt +++ b/doc/doxygen/extradoc/featurelist.txt @@ -8,7 +8,7 @@ * implemented in DuMuX and in which respective test problem * they can be found. * - * <div style="width:70%;overflow:auto;"> + * <div style="width:100%;overflow:auto;"> * * \section Freeflow * |Tests | |Fluidsystem | Gridmanager | Mass-/Molefractionfraction | Non-/Isothermal | Discretization | linearSolver | AdaptiveGrid | Gravity | TurbulenceModels | Comments | -- GitLab