We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1de8db7 + 71aeb31 commit dc2799aCopy full SHA for dc2799a
docs/_static/css/custom.css
@@ -0,0 +1,5 @@
1
+.team-roster a img {
2
+ border-radius: 50%;
3
+ box-shadow: 0 0 0 7px #fff, 0 0 0 8px #cecece;
4
+ margin: 9px 17px 9px 3px;
5
+}
docs/conf.py
@@ -93,6 +93,7 @@ def get_version():
93
94
html_theme = 'sphinx_rtd_theme'
95
html_static_path = ['_static']
96
+html_css_files = ['css/custom.css']
97
html_js_files = ['js/expand_tabs.js']
98
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
99
html_logo = 'img/logo.svg'
0 commit comments