From c2593f279bb7aba38bf792c21dff02bb57fee0da Mon Sep 17 00:00:00 2001 From: Dietmar Winkler Date: Fri, 25 May 2018 12:20:09 +0200 Subject: [PATCH] Add default top alignment for table rows During a documentation clean up of the MSL for 3.2.3 release the style settings for vertical alignment were removed (https://github.com/modelica/ModelicaStandardLibrary/pull/2517) Other tools (e.g., SimulationX and Dymola) have their own default settings that actually match top alignment. OMEdit is probably going to have the same. This PR adds this for the documentation generation. Belonging to [master]: - OpenModelica/OMCompiler#2467 --- Examples/GenerateDoc.mos | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/GenerateDoc.mos b/Examples/GenerateDoc.mos index 7b18c058a4..bdcff85635 100644 --- a/Examples/GenerateDoc.mos +++ b/Examples/GenerateDoc.mos @@ -425,6 +425,7 @@ table td,th border-style: solid; margin: 0; padding: 4px; + vertical-align: top; } pre