fix ribbon.css 94/131994/1
authorthmsdt <thomas.kulik@telekom.de>
Thu, 3 Nov 2022 09:09:12 +0000 (10:09 +0100)
committerthmsdt <thomas.kulik@telekom.de>
Thu, 3 Nov 2022 09:09:51 +0000 (10:09 +0100)
Issue-ID: DOC-798

Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I0dddd2942d50a349791ec719b8758a91eaf06e53

docs/_static/css/ribbon.css

index 89adc64..afb9480 100644 (file)
@@ -7,13 +7,14 @@
   top: 25px;
   right: -50px;
   -webkit-transform: rotate(45deg);
-  -moz-transform: rotate(45deg);
-  -ms-transform: rotate(45deg);
-  -o-transform: rotate(45deg);
-  transform: rotate(45deg);
+     -moz-transform: rotate(45deg);
+      -ms-transform: rotate(45deg);
+       -o-transform: rotate(45deg);
+          transform: rotate(45deg);
   -webkit-box-shadow: 0 0 10px #888;
-  -moz-box-shadow: 0 0 10px #888;
-  box-shadow: 0 0 10px #888;
+     -moz-box-shadow: 0 0 10px #888;
+          box-shadow: 0 0 10px #888;
+
 }
 
 .ribbon a {
   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;
-  }
+
+   .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;
-  }
+    .wy-table-responsive table td {
+        white-space: nowrap;
+    }
 }
 
 /* fix width of the screen */
 
 .wy-nav-content {
-  max-width: none;
+    max-width: 800px;
 }