Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15e1ead

Browse files
committed
Revert "DOC: add plotting contest banner"
This reverts commit 5fcab07. This removes the plotting contest banner
1 parent 6ee7940 commit 15e1ead

2 files changed

Lines changed: 1 addition & 25 deletions

File tree

doc/_static/mpl.css

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

771771

772-
/* "Summer Fellowship" message. */
773-
#plotting-contest {
774-
background: #EE9816;
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-
#plotting-contest a {
787-
color: #fff;
788-
text-decoration:underline;
789-
}
790772

791773
/* "Go to released version" message. */
792774
#unreleased-message {

doc/_templates/layout.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,7 @@ <h3>{{ _('Navigation') }}</h3>
172172
</a>
173173
</div>
174174
{%- endif %}
175-
<div id="plotting-contest">
176-
The 2018 <a href="https://www.eiseverywhere.com/ehome/index.php?eventid=299527&tabid=648119">
177-
SciPy John Hunter Excellence in Plotting Contest </a> is accepting
178-
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdpr5RxQcoXqF768vFcUi5G3R5q8u_k_tgdNanChqerr-2YIw/viewform">
179-
submissions until June 8th!
180-
</a>
181-
</div>
175+
182176
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
183177
{%- if builder in ('htmlhelp', 'devhelp', 'latex') %}
184178
<a href="{{ pathto('index') }}">

0 commit comments

Comments
 (0)