From 51f2edf645ca79474ec61be7a38eb7df57a7ca38 Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Mon, 8 Jun 2009 08:28:16 +0000
Subject: [PATCH] add stuff for assembly path.

---
 web/user_doc/styles.shtml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/web/user_doc/styles.shtml b/web/user_doc/styles.shtml
index 096858099..981193599 100755
--- a/web/user_doc/styles.shtml
+++ b/web/user_doc/styles.shtml
@@ -4,7 +4,7 @@
 <!--#set var="author" value="edgrif@sanger.ac.uk" -->
 
 <!-- Start of page. -->
-<!-- CVS info:  $Id: styles.shtml,v 1.11 2009-05-08 15:04:59 edgrif Exp $ -->
+<!-- CVS info:  $Id: styles.shtml,v 1.12 2009-06-08 08:28:16 edgrif Exp $ -->
 
 <style>
 pre{ width: 95%; background-color: #DDDDDD; border-style: solid; border-width: 1px; padding: 10px }
@@ -171,7 +171,8 @@ the properties themselves.
     </tr>
     <tr>
       <td>mode</td>
-      <td>&lt; basic | alignment | transcript | dna | peptide | text | graph | glyph &gt; </td>
+      <td>&lt; basic | alignment | transcript | dna | peptide | text | graph | glyph
+	  | assembly-path &gt; </td>
       <td>Identifies how a feature should be displayed and processed, e.g. a transcript will be displayed
 	  using the accepted block/angle line style.</td>
     </tr>
@@ -433,6 +434,11 @@ the properties themselves.
       <td>colour type</td>
       <td>Specifies the colour for the CDS part of a transcript.</td>
     </tr>
+    <tr>
+      <td>non-assembly-colours</td>
+      <td>colour_type</td>
+      <td>Colours for the non-assembly section of a clone.</td>
+    </tr>
     </tbody>
 </table>
 
-- 
GitLab