diff options
author | thmsdt <thomas.kulik@telekom.de> | 2022-11-17 11:07:19 +0100 |
---|---|---|
committer | Thomas Kulik <thomas.kulik@telekom.de> | 2022-11-17 11:21:59 +0000 |
commit | 8f84bfef7bae1c867f16aed41c850d6cd722fb6e (patch) | |
tree | 71c37b140bdef44b1306dfa1191fe958faa08adb /docs | |
parent | 1913ab4377e68b1215d4422fc0448c023211d739 (diff) |
fix ribbon.css
Issue-ID: DOC-798
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I80bb15ba3d50c4b48ea7f9fb6196272e9cd6d173
Diffstat (limited to 'docs')
-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 6008cb1a08..7949130b37 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 { @@ -59,5 +59,5 @@ /* fix width of the screen */ .wy-nav-content { - max-width: none; + max-width: 800px; } |