From b33c59020ab9a460ffb9b772d17617baa056fb80 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 19 Nov 2015 10:36:04 -0500 Subject: [PATCH] Removed unnecessary styling. --- themes/bootstrap3/templates/Recommend/Libraryh3lp.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/templates/Recommend/Libraryh3lp.phtml b/themes/bootstrap3/templates/Recommend/Libraryh3lp.phtml index 623feb15aaf..8e6eb942647 100644 --- a/themes/bootstrap3/templates/Recommend/Libraryh3lp.phtml +++ b/themes/bootstrap3/templates/Recommend/Libraryh3lp.phtml @@ -1 +1 @@ -<iframe src="https://us.libraryh3lp.com/chat/<?=$this->escapeHtmlAttr($this->recommend->getChatId())?>?skin=<?=urlencode($this->recommend->getSkin())?>" frameborder="1" style="border: 2px inset black; width: 350px; height: 300px;"></iframe> \ No newline at end of file +<iframe src="https://us.libraryh3lp.com/chat/<?=$this->escapeHtmlAttr($this->recommend->getChatId())?>?skin=<?=urlencode($this->recommend->getSkin())?>"></iframe> \ No newline at end of file -- GitLab