Skip to content

Instantly share code, notes, and snippets.

@ian29
Created November 14, 2011 16:35
Show Gist options
  • Save ian29/1364381 to your computer and use it in GitHub Desktop.
Save ian29/1364381 to your computer and use it in GitHub Desktop.
<style type='text/css'>
.wax-legend {
font-size:12px;
max-width:275px;
width: 275px;
}
.wax-legend .wbpj-title {
text-align: center;
padding-bottom:10px;
border-bottom:1px solid #c5c5c7;
margin-bottom:10px;
margin-top:15px;
line-height:15px;
font-size: 120%;
font-family: Hevetica, Arial, Sans Serif;
font-weight: 600;
}
.wax-legend .wbpj-source {
font-size: 75%;
color: #666;
margin-top: 2px;
clear: both;
text-align: center;
}
.wax-legend .wbpj-note {
text-align:center;
font-family:Hevetica, Arial, Sans Serif;
font-size:80%;
font-style:italic;
}
.wax-legend .wbpj-scale {
margin-top:10px;
margin-bottom:0px;
text-align:center;
}
.wax-legend .wbpj-link {
color: #992222;
font-weight:600;
}
</style>
<div class= 'wbpj-legend'>
<div class= 'wbpj-title'>World Bank Agricultural Projects</div>
<div class= 'wbpj-scale'>
<img src="https://img.skitch.com/20111110-r6x2429kdgxs23yqthre6exwaq.png" alt="scale" width="155" height="" />
</div>
<div class="wbpj-note">Size of investment is in millions of US dollars.</div>
<div class= ' wbpj-source'>Source:
<a href='' target='_blank'>
<span class="wbpj-link">The World Bank</span>
</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment