From 259226a2b7d240d88e50acae2a8b6ca2369492a6 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 12 Jan 2022 17:29:43 +0600 Subject: [PATCH] remove redundant declarations of display:inline-block --- css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/style.css b/css/style.css index 8c16886..5b5d16a 100644 --- a/css/style.css +++ b/css/style.css @@ -132,7 +132,6 @@ aside { margin-top: 5px; width: 280px; float: left; - display: inline-block; } .gotop { @@ -263,7 +262,6 @@ aside { margin: 10px 0px 10px 10px; height: 60px; border: 1px solid #ccc; - display: inline-block; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); float: left; background-size: cover; @@ -597,7 +595,6 @@ aside { .post_buttons { font-family: fontello, sans-serif; float: right; - display: inline-block; text-align: right; font-size: 15pt; }