From 65577c28d211a6412ddd7b1214e73d95277977fb Mon Sep 17 00:00:00 2001 From: Bachurin Sergey Date: Wed, 6 May 2015 23:26:40 +0300 Subject: [PATCH] some css --- project/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/static/css/style.css b/project/static/css/style.css index 579e6bb..6e9146e 100644 --- a/project/static/css/style.css +++ b/project/static/css/style.css @@ -505,7 +505,7 @@ a.delete { vertical-align: top; } .docs-content-wrapper table.list {border:none;} table.list {border-collapse: collapse;border:#dedede 1px solid;border-bottom:none;width: 100%;} .docs-content-wrapper table.list tr.doc-row {height:50px;} -table.list tr:nth-child(even) {background: #f7f7f7;} +table.list tr:nth-child(odd) {background: #f7f7f7;} table.list tr th {text-align: left;font-size:12px;color:#646669;padding:7px 10px 7px 10px;border-right:#dedede 1px solid;border-bottom:#dedede 1px solid;border-top:none;background: #f7f7f7;} table.list tr th:last-child {border-right:none;} table.list tr th a {font-size:12px;color:#646669;text-decoration:none;}