From dced5a4579a2a7f0a45f62f074cb16957fc64671 Mon Sep 17 00:00:00 2001 From: marineMD Date: Mon, 14 Nov 2022 15:22:05 +0100 Subject: Fix DOC config files Issue-ID: DOC-798 Signed-off-by: marineMD Change-Id: Ibc3728d2775c9fe571aa7b54c8eec0411c6273de --- docs/_static/css/ribbon.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/_static') diff --git a/docs/_static/css/ribbon.css b/docs/_static/css/ribbon.css index 7a05d4c0..d03a26b2 100644 --- a/docs/_static/css/ribbon.css +++ b/docs/_static/css/ribbon.css @@ -14,9 +14,9 @@ -webkit-box-shadow: 0 0 10px #888; -moz-box-shadow: 0 0 10px #888; box-shadow: 0 0 10px #888; - + } - + .ribbon a { border: 1px solid #faa; color: #fff; @@ -29,35 +29,35 @@ text-shadow: 0 0 5px #444; transition: 0.5s; } - + .ribbon a:hover { background: #c11; color: #fff; } - - + + /* override table width restrictions */ @media screen and (min-width: 767px) { - + .wy-table-responsive table td, .wy-table-responsive table th { /* !important prevents the common CSS stylesheets from overriding this as on RTD they are loaded after this stylesheet */ white-space: normal !important; } - + .wy-table-responsive { overflow: visible !important; } } - + @media screen and (max-width: 767px) { .wy-table-responsive table td { white-space: nowrap; } } - + /* fix width of the screen */ - + .wy-nav-content { max-width: 800px; - } + } \ No newline at end of file -- cgit 1.2.3-korg