summaryrefslogtreecommitdiffstats
path: root/docs/_static
diff options
context:
space:
mode:
authormarineMD <marine.de.dorlodot@intl.att.com>2022-11-14 15:22:05 +0100
committermarineMD <marine.de.dorlodot@intl.att.com>2022-11-14 15:23:14 +0100
commitdced5a4579a2a7f0a45f62f074cb16957fc64671 (patch)
tree16b674812e71e47f857b2036d9b77a2c9ee3c33e /docs/_static
parent62d1555de8bad55f45c0df5107672d7944a558db (diff)
Fix DOC config files
Issue-ID: DOC-798 Signed-off-by: marineMD <marine.de.dorlodot@intl.att.com> Change-Id: Ibc3728d2775c9fe571aa7b54c8eec0411c6273de
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/css/ribbon.css22
1 files changed, 11 insertions, 11 deletions
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