Created
February 22, 2013 20:11
-
-
Save csessig86/5016226 to your computer and use it in GitHub Desktop.
Font size, width declared in Fusion Tables info box
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='googft-info-window' style='font-family: sans-serif; font-size: 13px; width:225px'> | |
<b>{County} County</b><br> | |
<hr /> | |
<b>2011 - Dollars per acre:</b> {2011: Dollars per acre}<br> | |
<b>2010 - Dollars per acre:</b> {2010: Dollars per acre}<br> | |
<br /> | |
<b>2010-2011: Dollar change:</b> {2010-2011: Dollar change}<br> | |
<b>2010-2011: Percent change:</b> {2010-2011: Percent change} | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment