Skip to content

Commit

Permalink
Merge pull request #841 from python/remove_banner
Browse files Browse the repository at this point in the history
remove mail.python.org banner
  • Loading branch information
ewdurbin committed Oct 29, 2015
2 parents b9ca616 + 166567a commit 4052ddf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 23 deletions.
6 changes: 1 addition & 5 deletions static/sass/_functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,7 @@
}
}
}
#python-status {
@extend #oldie-warning;
padding: .30em 0;
}
#oldie-warning, #python-status {
#oldie-warning {
background-color: #ff7;

p {
Expand Down
19 changes: 8 additions & 11 deletions static/sass/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3024,31 +3024,28 @@ p.quote-by-organization {
.flex-control-paging {
display: none; } }
/* ! ==== No JS warning message... more of a suggestion, really ==== */
#nojs, #oldie-warning, #python-status {
#nojs, #oldie-warning {
padding: .75em .75em .65em;
text-align: center;
background-color: #c33; }
#nojs p, #oldie-warning p, #python-status p {
#nojs p, #oldie-warning p {
color: #e6e6e6;
font-weight: bold;
margin: 0; }
#nojs a, #oldie-warning a, #python-status a {
#nojs a, #oldie-warning a {
color: #e6e6e6;
text-decoration: underline; }
#nojs a:hover, #nojs a:focus, #oldie-warning a:hover, #python-status a:hover, #oldie-warning a:focus, #python-status a:focus {
#nojs a:hover, #nojs a:focus, #oldie-warning a:hover, #oldie-warning a:focus {
color: #fff;
text-decoration: none; }

#python-status {
padding: .30em 0; }

#oldie-warning, #python-status, #python-status {
#oldie-warning {
background-color: #ff7; }
#oldie-warning p, #python-status p, #python-status p {
#oldie-warning p {
color: #444; }
#oldie-warning a, #python-status a, #python-status a {
#oldie-warning a {
color: #444; }
#oldie-warning a:hover, #python-status a:hover, #oldie-warning a:focus, #python-status a:focus, #python-status a:hover, #python-status a:focus {
#oldie-warning a:hover, #oldie-warning a:focus {
color: #000; }

.js #nojs {
Expand Down
7 changes: 0 additions & 7 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,6 @@
</div>
<![endif]-->

<div id="python-status" class="do-not-print">
<p>
<strong>Notice:</strong> mail.python.org has recovered from a hardware failure.
<a href="https://status.python.org/incidents/l1jd6jcswlkh">(more info)</a>
</p>
</div>

<!-- Sister Site Links -->
<div id="top" class="top-bar do-not-print">

Expand Down

0 comments on commit 4052ddf

Please sign in to comment.