Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
bokeh / sphinxext / _templates / palette_detail.html
Size: Mime:
<span style="line-height: 0; display: inline-block; border: 1px solid black;">
{%- for color in palette -%}
<span style="width: {{ width }}px; height: 20px; background-color: {{ color }}; display: inline-block;"></span>
{%- endfor -%}
</span>