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

Skip to content

Commit 58c17e0

Browse files
committed
DOC: Add banner alerting users about style changes
1 parent 88aae08 commit 58c17e0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

doc/_templates/layout.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,14 @@ <h3>{{ _('Navigation') }}</h3>
174174

175175
</head>
176176
<body>
177+
<div class="alert" style="background-color: #FEA46C; padding: 10px 0;
178+
">
179+
<h3>We're updating the default styles for Matplotlib 2.0</h3>
180+
181+
<p>Learn what to expect in the <a href="/style_changes.html" style="font-weight: bold;
182+
color: #11557C;">new updates</a></p>
183+
184+
</div>
177185
{%- block header %}{% endblock %}
178186

179187
{% block relbar1 %}

0 commit comments

Comments
 (0)