diff options
author | thmsdt <thomas.kulik@telekom.de> | 2022-11-17 11:19:04 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2022-11-17 11:19:32 +0100 |
commit | 3d3a5019efcfbc0ae9da1adf7c9484419f6b6027 (patch) | |
tree | 4d52887c79ee617a0bf0a10f40b54808da3032a4 /docs | |
parent | 248a9f1c153333002df39567e33fd5fa6092a62b (diff) |
fix ribbon.css
Issue-ID: DOC-798
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: Id67d66721a97938484cb7d69756101aee95a4874
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 6008cb1..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 { @@ -59,5 +59,5 @@ /* fix width of the screen */ .wy-nav-content { - max-width: none; + max-width: 800px; } |