diff options
author | thmsdt <thomas.kulik@telekom.de> | 2022-11-17 11:26:45 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2022-11-17 11:27:12 +0100 |
commit | d7c3afae3559b54d6dffe3cee59707b582808731 (patch) | |
tree | 087931c08e9e6e652f6779beaeb2dff9e1cca74d | |
parent | d35a5c85128c02d70843d8e90e3567cf37336151 (diff) |
fix ribbon.css
Issue-ID: DOC-798
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: If9c2c50308dd44216158f1cc18cdb770a092f4db
-rw-r--r-- | docs/_static/css/ribbon.css | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/_static/css/ribbon.css b/docs/_static/css/ribbon.css index 7342cdc..7949130 100644 --- a/docs/_static/css/ribbon.css +++ b/docs/_static/css/ribbon.css @@ -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 +} |