Scarab commit: svn commit: r10145 - trunk/src/webapp/style/scarab.css
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2006-06-05 11:47:30-0700
New Revision: 10145
Modified:
trunk/src/webapp/style/scarab.css
Log:
added missing css definitions for transition matrix renderer
Modified: trunk/src/webapp/style/scarab.css
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/style/scarab.css?view=diff&rev=10145&p1=trunk/src/webapp/style/scarab.css&p2=trunk/src/webapp/style/scarab.css&r1=10144&r2=10145
==============================================================================
--- trunk/src/webapp/style/scarab.css (original)
+++ trunk/src/webapp/style/scarab.css 2006-06-05 11:47:30-0700
@@ -405,3 +405,16 @@
padding:0px;
margin:0px;
}
+
+table.graphic {
+ border-style:none;
+ border-width:0px;
+ border-color:fff;
+ border-collapse:collapse;
+}
+
+table.graphic, table.graphic tr td {
+ padding:0px 0px 0px 0px;
+ margin:0px 0px 0px 0px;
+ background-color:#ffffff;
+}