Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The screen to display the content (div .wy-nav-content) is limited to 800px for the various projects  (default CSS configuration by Sphinx) while the previous value was fixed to unlimited as configured in ribbon.css => https://git.onap.org/doc/tree/docs/_static/css
  • Need to align the Documentation project CSS with project CSS. Currently, there is no CSS in the various project directory while the conf.py includes a css link cf https://git.onap.org/oom/tree/docs/conf.py and thisno CSS file is not part of the project
    def setup
    defsetup(app): app.add_stylesheet("css/ribbon_onap.css")