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;}