test for output a file in Stockholm format
[jalview.git] / examples / css / style.css
index 67d57a0..c9634cd 100644 (file)
@@ -280,8 +280,15 @@ float:left;
 padding-top:29px;
 margin-right:50px;
 }
-
-
+#content ul
+{
+       list-style-type: disc;
+}
+#content li
+{
+       margin-left: 11px;
+       padding-bottom:11px;
+}
        
 #sideNav li
 {
@@ -376,6 +383,15 @@ background: url("../images/train-arrow-3-normal.png") no-repeat scroll 0 0 trans
     padding-left: 5px;
 }
 
+#content .borderTable td
+{
+       border: 1px solid black;
+}
+#content .borderTable tr
+{
+       border-bottom: 2px solid black;
+}
+
 td
 {
     vertical-align: middle;
@@ -395,6 +411,12 @@ height:140px;
 padding-top:10px;
 clear:both;
 }
+#innerFooter a
+{
+       color: #EEEEEE;
+       visited: #DDDDDD;
+       
+}
 
 #innerFooter
 {