Skip to content

Commit

Permalink
little facelift to the feature glyph reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Apr 10, 2012
1 parent 888ac08 commit ac60652
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/featureglyphs.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head><title>JBrowse feature glyphs</title></head>
<link rel="stylesheet" type="text/css" href="../genome.css"></link>
<style type="text/css">
body { font-size: 14px }
body { font-size: 14px; width: 90%; padding-left: 1em; }

table {
border: 1px solid #777;
Expand Down Expand Up @@ -35,7 +35,7 @@
<h2>JBrowse feature glyphs</h2>
<p>Here are some of the feature glyphs built into JBrowse. These are what you specify for the --cssclass option to gff-to-json.pl, or for the &quot;class&quot; value or &quot;subfeatureClasses&quot; map in the config file. You can also easily add your own; look in the <a href="../genome.css">genome.css</a> file for examples.</p>

<b>Simple features:</b><br>
<h3>Simple features</h3>
<table>
<tr><th>class name</th><th style="width: 8em">how it looks</th></tr>

Expand All @@ -50,8 +50,8 @@ <h2>JBrowse feature glyphs</h2>
<tr><td>triangle hgred </td><td><div class="ex plus-triangle hgred" style="width: 0px;"></div><div class="ex minus-triangle hgred" style="width: 0px;"></div></td></tr>
<tr><td>triangle hgblue </td><td><div class="ex plus-triangle hgblue" style="width: 0px;"></div><div class="ex minus-triangle hgblue" style="width: 0px;"></div></td></tr>
</table>
<br><br>
<b>Compound Features:</b><br>

<h3>Compound Features</h3>
<table>
<tr><th>config</th><th style="width: 8em">how it looks</th></tr>

Expand Down

0 comments on commit ac60652

Please sign in to comment.