8000 Revert "Merge pull request #15972 from tacaswell/jobs_banner" · matplotlib/matplotlib@90d53b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90d53b5

Browse files
committed
Revert "Merge pull request #15972 from tacaswell/jobs_banner"
This reverts commit 83c0e65, reversing changes made to 4da7b4b.
1 parent 156f770 commit 90d53b5

File tree

2 files changed

+7
-41
lines changed

2 files changed

+7
-41
lines changed

doc/_static/mpl.css

Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
font-family: 'CarlogoRegular';
99
font-style: normal;
1010
src: local('Carlito'),
11-
url('fonts/carlogo-regular.woff2') format('woff2'),
11+
url('fonts/carlogo-regular.woff2') format('woff2'),
1212
url('fonts/carlogo-regular.woff') format('woff'),
1313
url('fonts/carlogo-regular.ttf') format('truetype')
1414
}
@@ -17,7 +17,7 @@
1717
font-family: 'CarlogoBold';
1818
font-style: bold;
1919
src: local('Carlito Bold'),
20-
url('fonts/carlogo-bold.woff2') format('woff2'),
20+
url('fonts/carlogo-bold.woff2') format('woff2'),
2121
url('fonts/carlogo-bold.woff') format('woff'),
2222
url('fonts/carlogo-bold.ttf') format('truetype')
2323
}
@@ -926,30 +926,6 @@ figcaption {
926926
#unreleased-message a {
927927
color: #fff;
928928
text-decoration:underline;
929-
930-
}
931-
932-
/* "We're hiring" message. */
933-
#job-posting {
934-
box-sizing: border-box;
935-
left: 0;
936-
min-height: 3em;
937-
padding: 0.7em;
938-
top: 0;
939-
width: 100%;
940-
z-index: 10000;
941-
background-image: linear-gradient(90deg, #440154, #482475, #414487, #355f8d, #2a788e, #21908d, #22a884, #42be71, #7ad151, #bddf26, #bddf26);
942-
padding: 5px
943-
}
944-
945-
#job-posting a {
946-
font-weight: bold;
947-
}
948-
949-
#job-posting p{
950-
background-color: rgba(255, 255, 255, .8);
951-
padding: 13px;
952-
margin:0;
953929
}
954930

955931
/* Fork me on GitHub "button" */
@@ -1174,23 +1150,23 @@ nav.main-nav{
11741150
font-family: 'CarlogoRegular', 'Carlito', sans-serif;
11751151
font-size: 16px;
11761152
}
1177-
1153+
11781154
nav.main-nav ul{
11791155
margin: 0;
11801156
padding: 0;
11811157
display: flex;
11821158
flex-direction: row;
11831159
}
1184-
1160+
11851161
nav.main-nav li{
11861162
margin: 8px 15px;
11871163
list-style-type: none;
11881164
}
1189-
1165+
11901166
nav.main-nav a{
11911167
color: white;
11921168
}
1193-
1169+
11941170
nav.main-nav a:hover{
11951171
text-decoration: underline;
1196-
}
1172+
}

doc/_templates/layout.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,6 @@ <h3>{{ _('Navigation') }}</h3>
171171
<body>
172172
{%- block header %}{% endblock %}
173173

174-
<div id="job-posting">
175-
<p>Matplotlib is hiring a Research Software Engineering Fellow!
176-
<a href="https://discourse.matplotlib.org/t/now-hiring-matplotlib-research-software-engineering-fellow/20701"> See discourse for details.
177-
</a>
178-
179-
Apply by January 3, 2020 </p>
180-
</div>
181-
182-
183174
{% block relbar1 %}
184175

185176
{%- if '+' in release %}
@@ -189,7 +180,6 @@ <h3>{{ _('Navigation') }}</h3>
189180
Try searching for the released version of this page instead?
190181
</a>
191182
</div>
192-
193183
{%- endif %}
194184

195185
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">

0 commit comments

Comments
 (0)
0