Skip to content

Commit

Permalink
Add default top alignment for table rows
Browse files Browse the repository at this point in the history
During a documentation clean up of the MSL for 3.2.3 release the
style settings for vertical alignment were removed (modelica/ModelicaStandardLibrary#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
  • Loading branch information
dietmarw authored and OpenModelica-Hudson committed May 25, 2018
1 parent 0ea5484 commit c2593f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/GenerateDoc.mos
Expand Up @@ -425,6 +425,7 @@ table td,th
border-style: solid;
margin: 0;
padding: 4px;
vertical-align: top;
}

pre
Expand Down

0 comments on commit c2593f2

Please sign in to comment.