lightbox close, shadow for thumbnails, etc
This commit is contained in:
commit
b24ba54589
|
@ -416,7 +416,7 @@ jQuery.fn.formatTitle = function() {
|
||||||
var fontSize;
|
var fontSize;
|
||||||
// alert(txt.length);
|
// alert(txt.length);
|
||||||
if (txt.length < 32) {
|
if (txt.length < 32) {
|
||||||
fontSize = 50;
|
fontSize = 40;
|
||||||
} else if (txt.length < 60) {
|
} else if (txt.length < 60) {
|
||||||
fontSize = 40;
|
fontSize = 40;
|
||||||
} else if (txt.length < 100) {
|
} else if (txt.length < 100) {
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
{% if links %}
|
{% if links %}
|
||||||
<span class="orange">Links:</span><br />
|
<span class="orange">Links:</span><br />
|
||||||
{% for l in links %}
|
{% 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 }}
|
{{ l.text|linebreaksbr }}
|
||||||
<br /><br />
|
<br /><br />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user