diff options
author | Ramesh Murugan Iyer <ramesh.murugan.iyer@est.tech> | 2022-11-02 07:26:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-02 07:26:55 +0000 |
commit | 782ccb88294a3b43fdd368ae3a98fdd72aca0c24 (patch) | |
tree | 791531c264a04554fd3f66a77016286e4f6ac1ca /docs/_static | |
parent | 0645b537ab50bbda1757c49a626d987ff9b34467 (diff) | |
parent | 688a2dd3a681c28ac48ad737316c2dc1dff08526 (diff) |
Merge "Fix doc config files and dead links"
Diffstat (limited to 'docs/_static')
-rw-r--r-- | docs/_static/css/ribbon.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_static/css/ribbon.css b/docs/_static/css/ribbon.css index 6008cb1a..afb9480d 100644 --- a/docs/_static/css/ribbon.css +++ b/docs/_static/css/ribbon.css @@ -59,5 +59,5 @@ /* fix width of the screen */ .wy-nav-content { - max-width: none; + max-width: 800px; } |