From 0f9ccc98cb9598bf1d164cc9e6e104bc0bb6455a Mon Sep 17 00:00:00 2001 From: Dmitriy Shesterkin Date: Mon, 17 Jul 2017 20:31:02 +0300 Subject: [PATCH] union doc in template --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index abb2865..ce18912 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -408,7 +408,7 @@ ul { clear: both; list-style: none; margin: 0; padding: 0; } .edit-link a, .delete-link a { text-decoration: none; } .doc-panel {background:#fff;min-height:470px;overflow-y:scroll;} -.doc-panel a.doc {display:block;margin: 13px 0 13px 20px;height:40px;padding-left:43px;line-height:40px;:} +.doc-panel a.doc {display:block;margin: 13px 0 13px 20px;height:40px;padding-left:43px;} .doc-panel a.doc:hover {text-decoration:none;} .doc-panel a.look-link {background:url(../img/sign-look.png)left center no-repeat;} .doc-panel a.pdf-link {background:url(../img/sign-pdf.png)left center no-repeat;}