site-content/style.css
changeset 20 272dced1685b
parent 18 07408d1ced76
--- a/site-content/style.css	Thu Sep 03 18:52:01 2009 +0530
+++ b/site-content/style.css	Thu Sep 03 19:07:30 2009 +0530
@@ -222,6 +222,46 @@
 	position: relative;
 	left: -7%;
 }
+
+/* start - table */
+table {
+  border-collapse: collapse;
+  margin: 10px 15px;  
+}
+th strong {
+  color: #fff;
+}
+th {
+  background: #8EC102;
+  height: 29px;
+  padding-left: 11px;
+  padding-right: 11px;
+  color: #fff;
+  text-align: left;
+  border-left: 1px solid #B6D59A;
+  border-bottom: solid 2px #FFF;
+}
+tr {
+  height: 30px;
+}
+td {
+  padding-left: 11px;
+  padding-right: 11px;
+  /* border-left: 1px solid #FFE1C3; */
+  border-left: 1px solid #FFF;
+  border-bottom: solid 1px #ffffff;
+}
+td.first,th.first {
+  border-left: 0px;
+}
+tr.row-a {
+  background: #F8F8F8;
+}
+tr.row-b {
+  background: #EFEFEF;
+}
+/* end - table */
+
 /* Footer */
 
 #footer {