Skip to content

Commit dc2799a

Browse files
authored
Merge pull request #8467 from readthedocs/nienn/team-images-styling
Add custom team img styling
2 parents 1de8db7 + 71aeb31 commit dc2799a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/_static/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def get_version():
9393

9494
html_theme = 'sphinx_rtd_theme'
9595
html_static_path = ['_static']
96+
html_css_files = ['css/custom.css']
9697
html_js_files = ['js/expand_tabs.js']
9798
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
9899
html_logo = 'img/logo.svg'

0 commit comments

Comments
 (0)