diff options
author | 2025-02-28 15:43:42 +0100 | |
---|---|---|
committer | 2025-02-28 17:41:36 +0100 | |
commit | 0427fedc27e92bbecdb721ff95e1108dbb1d1a29 (patch) | |
tree | 635dad4c02b1763389b42022593dc3a7ee626c84 /docs/_static/css | |
parent | 1dda36546906b5dd50ee15f52c968c25fc4d1f59 (diff) |
- update logback (1.2.3 -> 1.2.13)
- fix docs
- this is just done to have a change that can be released as 1.2.10
Issue-ID: LOG-1245
Change-Id: I1114f35d7fe95d2cede15f1fd2d05916b52d3714
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'docs/_static/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 6008cb1..afb9480 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; } |