Skip to content

Commit 5970733

Browse files
committed
update css date
1 parent a25ea76 commit 5970733

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

browse/static/css/arXiv.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/****************************************
22
* arXiv.org Cascading Style Sheet
3-
* $Date: 2020/07/22 $
3+
* $Date: 2020/07/27 $
44
*****************************************/
55
/****************************************
66
* General rules

browse/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<title>{% block title %}{% endblock %}</title>
1010
<meta name="viewport" content="width=device-width, initial-scale=1">
1111
<link rel="shortcut icon" href="{{ url_for('static', filename='images/icons/favicon.ico') }}" type="image/x-icon" />
12-
<link rel="stylesheet" type="text/css" media="screen" href="{{ url_for('static', filename='css/arXiv.css') }}?v=20200722" />
12+
<link rel="stylesheet" type="text/css" media="screen" href="{{ url_for('static', filename='css/arXiv.css') }}?v=20200727" />
1313
<link rel="stylesheet" type="text/css" media="print" href="{{ url_for('static', filename='css/arXiv-print.css') }}?v=20200611" />
1414
<link rel="stylesheet" type="text/css" media="screen" href="{{ url_for('static', filename='css/browse_search.css') }}" />
1515
<script language="javascript" src="{{ url_for('static', filename='js/accordion.js') }}" /></script>
@@ -44,7 +44,7 @@
4444
</div>
4545

4646
<!-- timeboxed column -->
47-
{#- if the request date is between 2020-07-21 00:00 and 2020-07-28 00:00, include the following div -#}
47+
{#- e.g. if the request date is between 2020-07-21 00:00 and 2020-08-02 00:00, include the following div -#}
4848
{%- if rd_int > 202007210000 and rd_int < 202008020000 -%}
4949
<div class="column message-header message-yellow" id="contintent-demo">
5050
<img role="presentation" class="message-main-icon" src="{{ url_for('static', filename='images/icons/smileybones-pixel.png') }}" alt="arXiv smileybones icon" />

0 commit comments

Comments
 (0)