diff options
author | Keguang He <hekeguang@chinamobile.com> | 2022-11-09 07:39:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-09 07:39:20 +0000 |
commit | 14f0a44470a3332c1c31b3c176b674f11e01b538 (patch) | |
tree | 27f1572017536af6488ff8145c11e041b6ec8e94 /docs/_static/css/ribbon.css | |
parent | 076710e96ea063915099e573458670525ba3b9e8 (diff) | |
parent | f384d73879f953e12bb8c4f90b9015299f3d0d66 (diff) |
Merge "doc config files update"
Diffstat (limited to 'docs/_static/css/ribbon.css')
-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; } |