Commit 5f52fddd1933a6bd835cf14567cc2c48b9a76178
1 parent
cf5d5ac2
Exists in
master
and in
2 other branches
fix style for link list block
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -493,6 +493,7 @@ outline: 1px dotted #DFDFDF; |
493 | 493 | /* Adjust blocks style menu items */ |
494 | 494 | .related-organizations-block ul { width: auto; } |
495 | 495 | #content .profile-info-options a.button.with-text { border-bottom: 1px solid #CCC !important; } |
496 | +#content .link-list-block li a { border-bottom: 0px !important; padding: 5px 5px 5px 30px; } | |
496 | 497 | #content .link-list-block li a.icon-no-icon { border-bottom: 0px !important; padding: 5px; } |
497 | 498 | #content .recent-documents-block .block-title { border-bottom: 0px !important; } |
498 | 499 | ... | ... |