projects
/
WP-Plugins
/
hubspot-blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcbb079
)
fixed syntax error in jquery css selector for the blog title
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 4 Aug 2016 17:46:23 +0000
(13:46 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 4 Aug 2016 17:46:23 +0000
(13:46 -0400)
views/frontPage.php
patch
|
blob
|
history
diff --git
a/views/frontPage.php
b/views/frontPage.php
index
b855e59
..
3e38889
100644
(file)
--- a/
views/frontPage.php
+++ b/
views/frontPage.php
@@
-24,7
+24,7
@@
echo '<div class="hubspot-container">'
var blog_characters = blog.text().length;
var title = jQuery(".hubspot-title");
- image.css("margin-bottom", "20px").css("background-size", "contain").css("width", "200x").css("height","200px");;
+ image.css("margin-bottom", "20px").css("background-size", "contain").css("width", "200
p
x").css("height","200px");;
image_link.css("display", "block").css("width", "200px");
blog.find('img').remove();
title.find("h1").css("margin-bottom", "15px");