multiple updates and new files to support multiple foaf person profile pages
This commit is contained in:
parent
3b051ecffd
commit
9cde935cc7
50 changed files with 2005 additions and 249 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue