summaryrefslogtreecommitdiffstats
path: root/docs/_static/css/ribbon.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_static/css/ribbon.css')
-rw-r--r--docs/_static/css/ribbon.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/_static/css/ribbon.css b/docs/_static/css/ribbon.css
index 6008cb1a..cecc77fe 100644
--- a/docs/_static/css/ribbon.css
+++ b/docs/_static/css/ribbon.css
@@ -14,9 +14,9 @@
-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;
@@ -29,35 +29,35 @@
text-shadow: 0 0 5px #444;
transition: 0.5s;
}
-
+
.ribbon a:hover {
background: #c11;
color: #fff;
}
-
-
+
+
/* override table width restrictions */
@media screen and (min-width: 767px) {
-
+
.wy-table-responsive table td, .wy-table-responsive table th {
/* !important prevents the common CSS stylesheets from overriding
this as on RTD they are loaded after this stylesheet */
white-space: normal !important;
}
-
+
.wy-table-responsive {
overflow: visible !important;
}
}
-
+
@media screen and (max-width: 767px) {
.wy-table-responsive table td {
white-space: nowrap;
}
}
-
+
/* fix width of the screen */
-
+
.wy-nav-content {
- max-width: none;
+ max-width: 800px;
}