From 86a4ac3aefbf4c51af2acb47f3f31d2e3aa648c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20M=C3=BCller?= Date: Wed, 13 May 2020 19:10:24 +0200 Subject: [PATCH] Remove another unused class from CSS --- look/print.css | 2 +- look/style.less | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/look/print.css b/look/print.css index a45140d63f..eeda8cdb40 100644 --- a/look/print.css +++ b/look/print.css @@ -14,7 +14,7 @@ a, a:link, a:visited { } /* Hide things */ -#sidebar, #followup, #top, .social-link, #translations, #translations a, #translations ul { +#sidebar, #followup, #top, #translations, #translations a, #translations ul { display: none; } diff --git a/look/style.less b/look/style.less index ad5e215f4d..cfb58f43e9 100644 --- a/look/style.less +++ b/look/style.less @@ -1108,11 +1108,6 @@ a.learn-more { } } -.social-link { - .pull-right; - margin-left: .5em; -} - .big-donate, .big.donate { .btn; .btn-lg;