lightbox close, shadow for thumbnails, etc

This commit is contained in:
Karen 2011-10-24 18:29:38 +05:30
commit b24ba54589
2 changed files with 2 additions and 2 deletions

View File

@ -416,7 +416,7 @@ jQuery.fn.formatTitle = function() {
var fontSize;
// alert(txt.length);
if (txt.length < 32) {
fontSize = 50;
fontSize = 40;
} else if (txt.length < 60) {
fontSize = 40;
} else if (txt.length < 100) {

View File

@ -35,7 +35,7 @@
{% if links %}
<span class="orange">Links:</span><br />
{% for l in links %}
<a href="{{ l.url }}">{{ l.url }}</a> <br />
<a href="{{ l.url }}" class="bpRelated">{{ l.url }}</a> <br />
{{ l.text|linebreaksbr }}
<br /><br />
{% endfor %}