From 13a1badec2103115972214171a43a9d860025658 Mon Sep 17 00:00:00 2001 From: Nikhil Kumar <70438111+Nikhil-Kumar12@users.noreply.github.com> Date: Thu, 1 Oct 2020 23:43:06 +0530 Subject: [PATCH 1/2] Update style.css --- css/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 8e3ea7350..3e2113218 100644 --- a/css/style.css +++ b/css/style.css @@ -45,13 +45,14 @@ .widget cite, .article-entry cite { font-style: italic; + font-weight: bold; } .widget sup, .article-entry sup, .widget sub, .article-entry sub { font-size: 0.75em; - line-height: 0; + line-height: 0px; position: relative; vertical-align: baseline; } @@ -89,8 +90,8 @@ .article-entry ul ol, .widget ol ol, .article-entry ol ol { - margin-top: 0; - margin-bottom: 0; + margin-top: 0px; + margin-bottom: 0px; } .widget ul, .article-entry ul { @@ -185,7 +186,7 @@ ul { } table { border-collapse: separate; - border-spacing: 0; + border-spacing: 0px; vertical-align: middle; } caption, From 2cfa29fd740aec6a5fe0ad1b3d361aac8c8d2371 Mon Sep 17 00:00:00 2001 From: Nikhil Kumar <70438111+Nikhil-Kumar12@users.noreply.github.com> Date: Thu, 1 Oct 2020 23:43:15 +0530 Subject: [PATCH 2/2] Update style.css