lightbox close, shadow for thumbnails, etc
This commit is contained in:
commit
b24ba54589
|
@ -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) {
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user