summaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2017-10-18 10:44:40 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2017-10-18 10:44:40 -0400
commitb273633d7c19088a5c45a3a1eb6eab52240bff5b (patch)
tree94909e0dda662c4b0d8461d069aadbeb3b5c6192 /docs/_static
parent45d1b4b196ce23009480c32efff0fff4c2a7b2ca (diff)
downloadpyjwt-b273633d7c19088a5c45a3a1eb6eab52240bff5b.tar.gz
Fix sponsor banner in docs
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/theme_overrides.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css
new file mode 100644
index 0000000..1290788
--- /dev/null
+++ b/docs/_static/theme_overrides.css
@@ -0,0 +1,15 @@
+img.auth0-logo {
+ max-width: 45px !important;
+}
+
+@media screen and (min-width: 767px) {
+ .wy-table-responsive table td {
+ /* !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;
+ }
+}