This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="community-homepage-stats-container"> | |
<ul class="community-homepage-stats"> | |
<li class="community-homepage-stat">Members: <strong>2,185</strong></li> | |
<li class="community-homepage-stat">Get Wells: <strong>66</strong></li> | |
<li class="community-homepage-stat">Kids Impacted: <strong>578</strong></li> | |
</ul> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ | |
html { | |
font-family: sans-serif; | |
-ms-text-size-adjust: 100%; | |
-webkit-text-size-adjust: 100% | |
} | |
body { | |
margin: 0 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<aside class="featured_aside"> | |
[caption id="attachment_80262" align="alignleft" width="175"] | |
<img class="wp-image-80262 featured_aside_img" alt="SHORT IMAGE DESCRIPTION HERE" src="LINK TO IMAGE HERE" width="175" /> | |
<br /><br /> | |
<p class="featured_aside_caption">Caroline's joy is evident as she comforts Johanser after surgery.</p> | |
[/caption] | |
</aside> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* placefill.js - A polyfill for the placeholder attribute. | |
* @author Daniel Golden <[email protected]> | |
*/ | |
var $place_holder_inputs = $('input[placeholder]'); | |
var place_holder_text = $('input').attr('placeholder'); | |
// make value attribute of all inputs with placeholder attribute equal to | |
// value of placeholder attribute |
NewerOlder