From ec7b9000f7c4e112f16c21d5e1da910967da2371 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Thu, 31 May 2018 18:39:31 +0200 Subject: [PATCH] Added a 1px border to fix styling --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 7512bf3..d1a39ff 100755 --- a/css/style.css +++ b/css/style.css @@ -1659,6 +1659,7 @@ p.blogauthor { font-size: .75rem; color: white; display: inline-block; + border: 1px solid #888; background-color: #888; padding: .25rem .625rem; margin-right: .125rem;