multiple updates and new files to support multiple foaf person profile pages

This commit is contained in:
tworrall 2013-01-31 11:15:48 -05:00
parent 3b051ecffd
commit 9cde935cc7
50 changed files with 2005 additions and 249 deletions

View file

@ -131,8 +131,10 @@ $(document).ready(function(){
}
// if there are webpages but no contacts (email/phone), extend
// the webpage border the full width. Used with "standard" profile view.
// the webpage border the full width. Used with "2 column" profile view.
if ( $('h2#contactHeading').length < 1 ) {
$('div#webpagesContainer').css('width', '100%').css('clear','both');
if ( $('div#webpagesContainer').length ) {
$('div#webpagesContainer').css('width', '100%').css('clear','both');
}
}
});