From b37844ce5a3c67e445e9c00224a9037737d4912c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Apr 2018 02:09:24 +0000 Subject: [PATCH] List of posts in the revised comments Signed-off-by: Valentin Popov --- assets/css/poole.css | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/assets/css/poole.css b/assets/css/poole.css index f8d5027..4178ad4 100644 --- a/assets/css/poole.css +++ b/assets/css/poole.css @@ -312,35 +312,12 @@ tbody tr:nth-child(odd) td, tbody tr:nth-child(odd) th { margin-top: -.5rem; } -.related { +.comments { border-top: 1px solid #eee; padding-bottom: 2rem; padding-top: 2rem; } -.related-posts { - list-style: none; - padding-left: 0; -} - -.related-posts h3 { - margin-top: 0; -} - -.related-posts li small { - color: #999; - font-size: 75%; -} - -.related-posts li a:hover { - color: #268bd2; - text-decoration: none; -} - -.related-posts li a:hover small { - color: inherit; -} - /** * Pagination *