equal
deleted
inserted
replaced
12 {% if custom_font %}<style type="text/css">#textcontainer.custom { font-family: {% autoescape off %}{{ custom_font }}{% endautoescape %}; }</style>{% endif %} |
12 {% if custom_font %}<style type="text/css">#textcontainer.custom { font-family: {% autoescape off %}{{ custom_font }}{% endautoescape %}; }</style>{% endif %} |
13 {% if custom_titles_font %}<style type="text/css">#textcontainer.custom h1, #textcontainer.custom h2, #textcontainer.custom h3, #textcontainer.custom h4, #textcontainer.custom h5, #textcontainer.custom h6 { font-family: {% autoescape off %}{{ custom_titles_font }}{% endautoescape %}; }</style>{% endif %} |
13 {% if custom_titles_font %}<style type="text/css">#textcontainer.custom h1, #textcontainer.custom h2, #textcontainer.custom h3, #textcontainer.custom h4, #textcontainer.custom h5, #textcontainer.custom h6 { font-family: {% autoescape off %}{{ custom_titles_font }}{% endautoescape %}; }</style>{% endif %} |
14 </head> |
14 </head> |
15 |
15 |
16 <body> |
16 <body> |
17 <div id="maincontainer" > |
17 <div id="maincontainer" style="overflow-y: scroll !important; -webkit-overflow-scrolling: touch !important;" > |
18 |
18 |
19 <div id="contentwrapper"> |
19 <div id="contentwrapper"> |
20 <div id="contentcolumn"> |
20 <div id="contentcolumn"> |
21 <div class="innertube"> |
21 <div class="innertube"> |
22 <div id="textcontainer" class="initially_hidden"> |
22 <div id="textcontainer" class="initially_hidden"> |
118 |
118 |
119 <script type="text/javascript" src="{{ CM_MEDIA_PREFIX }}js/site/c_text_view_comments_to_frame.js"></script> |
119 <script type="text/javascript" src="{{ CM_MEDIA_PREFIX }}js/site/c_text_view_comments_to_frame.js"></script> |
120 <script type="text/javascript" src="{{ CM_MEDIA_PREFIX }}js/site/c_text_view_comments.js"></script> |
120 <script type="text/javascript" src="{{ CM_MEDIA_PREFIX }}js/site/c_text_view_comments.js"></script> |
121 <script type="text/javascript" src="{{ CM_MEDIA_PREFIX }}js/lib/asciimathtml/ASCIIMathML.js"></script> |
121 <script type="text/javascript" src="{{ CM_MEDIA_PREFIX }}js/lib/asciimathtml/ASCIIMathML.js"></script> |
122 {% else %} |
122 {% else %} |
123 <script type="text/javascript" src="{{ CM_MEDIA_PREFIX }}js/client/c_client-min.js?1379595236"></script> |
123 <script type="text/javascript" src="{{ CM_MEDIA_PREFIX }}js/client/c_client-min.js?1379928330"></script> |
124 <script type="text/javascript" src="{{ CM_MEDIA_PREFIX }}js/lib/asciimathtml/ASCIIMathML.min.js"></script> |
124 <script type="text/javascript" src="{{ CM_MEDIA_PREFIX }}js/lib/asciimathtml/ASCIIMathML.min.js"></script> |
125 {% endif %} |
125 {% endif %} |
126 |
126 |
127 |
127 |
128 |
128 |