minor js change for multi view support
This commit is contained in:
parent
c1a6637d87
commit
1c56f8cd47
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
$(document).ready(function(){
|
||||
|
||||
// ensures proper layout when an organization has its webpage link displayed as a thumnail.
|
||||
if ( $('ul.webpages-withThumnails') ) {
|
||||
if ( $('ul.webpages-withThumnails').length > 0 ) {
|
||||
$('div.individual-overview').css("float","left");
|
||||
$('div#activeGrantsLink').css("margin-top","30px");
|
||||
$('section#individual-info').children('h2#overview').css("clear","both");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue