fix ribbon.css 84/132284/1
authorthmsdt <thomas.kulik@telekom.de>
Thu, 17 Nov 2022 10:26:45 +0000 (11:26 +0100)
committerthmsdt <thomas.kulik@telekom.de>
Thu, 17 Nov 2022 10:27:12 +0000 (11:27 +0100)
Issue-ID: DOC-798

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

docs/_static/css/ribbon.css

index 7342cdc..7949130 100644 (file)
@@ -1,20 +1,20 @@
 .ribbon {
-  z-index: 1000;
-  background-color: #a00;
-  overflow: hidden;
-  white-space: nowrap;
-  position: fixed;
-  top: 25px;
-  right: -50px;
-  -webkit-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;
-
+   z-index: 1000;
+   background-color: #a00;
+   overflow: hidden;
+   white-space: nowrap;
+   position: fixed;
+   top: 25px;
+   right: -50px;
+   -webkit-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;
 }
 
 .ribbon a {
@@ -60,4 +60,4 @@
 
 .wy-nav-content {
     max-width: 800px;
-}
\ No newline at end of file
+}