project/static/css/styles.css
changeset 194 808abc104b55
parent 167 a19d841a71c8
child 265 4b40c44d9f2d
--- a/project/static/css/styles.css	Tue Nov 02 22:13:12 2010 +0530
+++ b/project/static/css/styles.css	Tue Nov 02 22:32:38 2010 +0530
@@ -113,6 +113,32 @@
     padding: 4px 6px;
 }
 
+table.scipycon-default-border
+{
+    border-width: 2px;
+    border-spacing: 2px;
+    border-style: outset;
+    border-color: gray;
+    border-collapse: separate;
+}
+
+table.scipycon-default-border td
+{
+    border-width: 1px;
+    padding: 5px 15px;
+    border-style: inset;
+    border-color: gray;
+}
+
+table.scipycon-default-border th
+{
+    border-width: 1px;
+    border-style: inset;
+    border-color: gray;
+    font-weight: bold;
+    padding: 4px 6px;
+}
+
 table.scipycon-default a
 {
     text-decoration: none;