File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/****************************************
22 * arXiv.org Cascading Style Sheet
3- * $Date: 2020/07/22 $
3+ * $Date: 2020/07/27 $
44 *****************************************/
55/****************************************
66 * General rules
Original file line number Diff line number Diff line change 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>
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 " />
You can’t perform that action at this time.
0 commit comments