10000 Merge pull request #11177 from tacaswell/doc_remove_fellowship_ad · matplotlib/matplotlib@5a83e8f · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a83e8f

Browse files
authored
Merge pull request #11177 from tacaswell/doc_remove_fellowship_ad
DOC: remove fellowship advertisement
2 parents 136e7d8 + 984af8a commit 5a83e8f

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

doc/_static/mpl.css

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -769,25 +769,6 @@ figcaption {
769769
}
770770

771771

772-
/* "Summer Fellowship" message. */
773-
#summer-fellowship {
774-
background: #11557C;
775-
box-sizing: border-box;
776-
color: #fffa;
777-
font-weight: bold;
778-
left: 0;
779-
min-height: 3em;
780-
padding: 0.5em;
781-
top: 0;
782-
width: 100%;
783-
z-index: 10000;
784-
}
785-
786-
#summer-fellowship a {
787-
color: #fff;
788-
text-decoration:underline;
789-
}
790-
791772
/* "Summer Fellowship" message. */
792773
#plotting-contest {
793774
background: #EE9816;

doc/_templates/layout.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,6 @@ <h3>{{ _('Navigation') }}</h3>
179179
submissions until June 8th!
180180
</a>
181181
</div>
182-
<div id="summer-fellowship">
183-
Applications are open for the 2018 John Hunter Matplotlib Summer Fellowship.
184-
<a href="https://www.numfocus.org/programs/john-hunter-technology-fellowship">
185-
Apply by May 4th!
186-
</a>
187-
</div>
188182
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
189183
{%- if builder in ('htmlhelp', 'devhelp', 'latex') %}
190184
<a href="{{ pathto('index') }}">

0 commit comments

Comments
 (0)
0