Index: templates/default.tmpl |
=================================================================== |
--- a/templates/default.tmpl |
+++ b/templates/default.tmpl |
@@ -22,63 +22,10 @@ |
<? include meta/ie ?> |
{% block head %}{% endblock %} |
{{head|safe}} |
- |
- {# |
- # This style and #notification need to be removed on 2017-04-10 (see #5004) |
- #} |
- <style type="text/css"> |
- #notification |
- { |
- padding: 10px 20px; |
- text-align: center; |
- background-color: #FFFF99; |
- } |
- |
- @media (min-width: 1200px) |
- { |
- #notification |
- { |
- width: 100%; |
- height: 40px; |
- position: fixed; |
- z-index: 3; |
- top: 0px; |
- left: 0px; |
- } |
- |
- #sidebar |
- { |
- top: 40px !important; |
- } |
- |
- #secondary-navigation |
- { |
- bottom: 40px !important; |
- } |
- |
- #navbar |
- { |
- top: 40px !important; |
- } |
- |
- #breadcrumbs |
- { |
- top: 104px; |
- } |
- |
- .outer |
- { |
- top: 136px; |
- } |
- } |
- </style> |
</head> |
<body> |
<? include navbar ?> |
<div class="outer"> |
- <div id="notification"> |
- Applications submitted between March 13-16 have not been received by eyeo due to an issue with our servers. Please re-submit your application {{ "committee/apply" | linkify }}here</a>. |
- </div> |
{% if not custom %} |
<div class="container"> |
{% endif %} |