aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_static/css
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2022-11-21 14:20:51 +0100
committerthmsdt <thomas.kulik@telekom.de>2022-11-21 14:21:39 +0100
commitbe64eed899c7acff50d1e157e165a8183354987d (patch)
tree37edf152c10ad1f2e901043b37eb7e4fc9e5a407 /docs/_static/css
parent96f21afcca1b60f70c98f4f2f997a40ca0f74e73 (diff)
fix doc config files
Issue-ID: DOC-798 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I5d49c5f546e4f54bd1924fdcd2e6d7282b4eb20e
Diffstat (limited to 'docs/_static/css')
-rw-r--r--docs/_static/css/ribbon.css36
1 files changed, 18 insertions, 18 deletions
diff --git a/docs/_static/css/ribbon.css b/docs/_static/css/ribbon.css
index 6008cb1a0..ec55dc7b6 100644
--- a/docs/_static/css/ribbon.css
+++ b/docs/_static/css/ribbon.css
@@ -1,22 +1,22 @@
.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 {
border: 1px solid #faa;
color: #fff;
@@ -59,5 +59,5 @@
/* fix width of the screen */
.wy-nav-content {
- max-width: none;
+ max-width: 800px;
}