summaryrefslogtreecommitdiff
path: root/static/website/css
diff options
context:
space:
mode:
authorhardythe12014-11-28 16:02:07 +0530
committerhardythe12014-11-28 16:02:07 +0530
commitbf6666a1a0e965d2dfb1be775b0e773db9f5e05b (patch)
treef7c1fba694fd79aa35dc40f9fa61bde6c9c98158 /static/website/css
parent417be799aea7aa24d25357ffe20a535dbc13c02a (diff)
downloadscipy2014-bf6666a1a0e965d2dfb1be775b0e773db9f5e05b.tar.gz
scipy2014-bf6666a1a0e965d2dfb1be775b0e773db9f5e05b.tar.bz2
scipy2014-bf6666a1a0e965d2dfb1be775b0e773db9f5e05b.zip
added list of selected abstracts to CFP
Diffstat (limited to 'static/website/css')
-rw-r--r--static/website/css/main.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index cd6dae2..c816257 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -339,3 +339,12 @@ body {
color: green!important;
font-family: -webkit-body;
}
+
+
+
+.table-bordered tr:nth-child(odd){
+ background: #D3D3D3;
+ }
+.table-bordered tr:nth-child(even){
+ background: #EDEDED;
+ }