aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/style.css
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-12 20:37:45 -0400
committerRapptz <[email protected]>2017-05-12 20:37:45 -0400
commit53926e3126931f174b056413b1b870a9a2452038 (patch)
tree2eff34adc4286a9e6cf6c2aab60b4810e6a265dd /docs/_static/style.css
parentFirst pass at documentation reform. (diff)
downloaddiscord.py-53926e3126931f174b056413b1b870a9a2452038.tar.xz
discord.py-53926e3126931f174b056413b1b870a9a2452038.zip
Hide the title in the index.
Diffstat (limited to 'docs/_static/style.css')
-rw-r--r--docs/_static/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index 12c1fd6d..508f9948 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -38,3 +38,8 @@ code.xref {
background-color: #ecf0f3;
border-bottom: 1px dotted #222;
}
+
+/* hide the welcome text */
+div#welcome-to-discord-py > h1 {
+ display: none;
+}