Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created February 22, 2013 20:11
Show Gist options
  • Save csessig86/5016226 to your computer and use it in GitHub Desktop.
Save csessig86/5016226 to your computer and use it in GitHub Desktop.
Font size, width declared in Fusion Tables info box
<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