merged
This commit is contained in:
commit
b1d5b27913
|
@ -166,7 +166,7 @@
|
|||
|
||||
.articleText p {
|
||||
margin-bottom:8px;
|
||||
padding:8px;
|
||||
padding:0px 8px;
|
||||
}
|
||||
|
||||
.contentLinks {
|
||||
|
|
|
@ -32,8 +32,8 @@ margin-bottom: 8px;
|
|||
{color:#f7bd00;
|
||||
font-weight:bold;}
|
||||
|
||||
.itfInfo p
|
||||
{padding-bottom:8px;}
|
||||
/*.itfInfo p
|
||||
{padding-bottom:8px;}*/
|
||||
|
||||
.thumbsDetails
|
||||
{width:164px;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
4
itf/static/js/jquery-1.7.1.min.js
vendored
Normal file
4
itf/static/js/jquery-1.7.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,24 +1,25 @@
|
|||
{% load markup %}
|
||||
{% load thumbnail %}
|
||||
<link rel="stylesheet" href="/static/css/modules/emailer.css" />
|
||||
<div id="wrapperEmailer">
|
||||
|
||||
<div id="wrapperEmailer">
|
||||
<link rel="stylesheet" href="/static/css/modules/emailer.css" type="text/css" />
|
||||
|
||||
<div id="headerEmailer">
|
||||
|
||||
<img src="/static/images/emailer/logo-erang.jpg" width="151" height="127" alt="logo-erang" id="logoImg"><!-- LOGO IMG -->
|
||||
<img src="/static/images/emailer/logo-erang.jpg" width="151" height="127" alt="logo-erang" id="logoImg" /><!-- LOGO IMG -->
|
||||
|
||||
<img src="/static/images/emailer/logoItfSmall.jpg" width="125" height="34" alt="logo-itf-small" id="logoItfSmall"><!-- LOGO ITF SMALL -->
|
||||
<img src="/static/images/emailer/logoItfSmall.jpg" width="125" height="34" alt="logo-itf-small" id="logoItfSmall" /><!-- LOGO ITF SMALL -->
|
||||
<div class="clear"></div>
|
||||
<p id="issueNo">Issue No: {{ issue.issue_no }}<span id="issueDate">{{ issue.date|date:"d-M-Y" }}</span></p><!-- ISSUE NO CLOSING -->
|
||||
|
||||
<!--<p id="emailerDescription">A fortnightly theatre e-journal from the India Theatre Forum<br>Co-Editors: Vikram Iyengar, Joyoti Roy</p><!-- EMAILER DESCRIPTION CLOSING -->
|
||||
<!--<p id="emailerDescription">A fortnightly theatre e-journal from the India Theatre Forum<br>Co-Editors: Vikram Iyengar, Joyoti Roy</p>EMAILER DESCRIPTION CLOSING -->
|
||||
|
||||
<div id="navEmailer">
|
||||
<ul id="navEmailer">
|
||||
<li><a href="#subscribe">Subscribe |</a></li>
|
||||
<li><a href="#comments">Feedback </a></li>
|
||||
<!--<li><a href="">Bulletin Board |</a></li>
|
||||
<li><a href="">Links</a></li>-->
|
||||
</div><!--NAV EMAILER CLOSING -->
|
||||
</ul><!--NAV EMAILER CLOSING -->
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
|
@ -86,10 +87,10 @@
|
|||
</div><!-- CONTENT EMAILER CLOSING -->
|
||||
|
||||
<div id="footerEmailer">
|
||||
<p>A fortnightly theatre e-journal from the India Theatre Forum<br>
|
||||
<p>A fortnightly theatre e-journal from the India Theatre Forum<br />
|
||||
Co-Editors: Vikram Iyengar, Joyoti Roy</p>
|
||||
<p>Views expressed in the articles in e-Rang are personal.<br>
|
||||
e-Rang does not hold copyright of any piece.<br>
|
||||
<p>Views expressed in the articles in e-Rang are personal.<br />
|
||||
e-Rang does not hold copyright of any piece.<br />
|
||||
Any enquiry for re-use of articles should be addressed to the authors.</p>
|
||||
<p>Contribute your articles to e-Rang and become part of this theatre community! Email us at <a href="">erang@theatreforum.in</a> to know
|
||||
more about how to contribute..</p>
|
||||
|
@ -101,8 +102,6 @@ association of theatre people coming together in the larger interests of theatre
|
|||
|
||||
</div><!-- FOOTER EMAILER CLOSING -->
|
||||
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div id="commentWrapper">
|
||||
{% load comments %}
|
||||
|
@ -151,3 +150,6 @@ association of theatre people coming together in the larger interests of theatre
|
|||
</div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -9,5 +9,4 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
{{ d.intro|markdown }}
|
||||
<br />
|
||||
{% endfor %}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<script type="text/javascript" src="/static/js/jquery.js"></script>
|
||||
<script type="text/javascript" src="/static/js/jquery-1.7.1.min.js"></script>
|
||||
{% block extra_head %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
@ -26,6 +26,11 @@
|
|||
|
||||
.markdownText p {
|
||||
margin-bottom:8px;
|
||||
font-size:12px;
|
||||
font-family:'Arial Regular', Arial, Helvetica, sans-serif;
|
||||
font-size:12px;
|
||||
line-height:17px;
|
||||
|
||||
}
|
||||
|
||||
.markdownText h1{
|
||||
|
|
Loading…
Reference in New Issue
Block a user