src/cm/templates/site/text_view_comments.html
changeset 547 5b91d7ed9d54
parent 538 f3ef3c32995d
child 552 ee0c833d1969
child 553 bf26fb47a14c
equal deleted inserted replaced
546:9bac72438057 547:5b91d7ed9d54
    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" style="overflow-y:     scroll !important; -webkit-overflow-scrolling: touch !important;" >
    17 <div id="maincontainer" >
    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" > 
    23                 {% autoescape off %}
    23                 {% autoescape off %}
    24 {{ content }}
    24 {{ content }}
    25                 {% endautoescape %} 
    25                 {% endautoescape %} 
    26             </div>
    26             </div>
    27             </div>
    27             </div>