From 818ffb1aae1c453352cddcf203c3bb8974da8d11 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 15 Jun 2025 03:26:18 +0200 Subject: twentyeleven CSS: remove Status section. The class being used don't exist in the scheme code, so we can safely remove them. Also 'git grep -i avatar' doesn't return anything beside the CSS file. Signed-off-by: Denis 'GNUtoo' Carikli --- static/twentyeleven-style-20231107.css | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'static/twentyeleven-style-20231107.css') diff --git a/static/twentyeleven-style-20231107.css b/static/twentyeleven-style-20231107.css index 333c8a2..a43cfc5 100644 --- a/static/twentyeleven-style-20231107.css +++ b/static/twentyeleven-style-20231107.css @@ -1195,34 +1195,6 @@ blockquote.pull.alignright { max-width: 100%; } - -/* =Status ------------------------------------------------ */ - -.format-status .entry-title, -.format-status .entry-header .comments-link { - display: none; -} -.singular .format-status .entry-title { - display: block; -} -.format-status .entry-content { - padding: 0; -} -.singular .format-status .entry-content { - padding: 1.625em 0 0; -} -.format-status img.avatar { - -moz-border-radius: 3px; - border-radius: 3px; - -webkit-box-shadow: 0 1px 2px #ccc; - -moz-box-shadow: 0 1px 2px #ccc; - box-shadow: 0 1px 2px #ccc; - float: left; - margin: 4px 10px 2px 0; - padding: 0; -} - /* =Standard ----------------------------------------------- */ -- cgit v1.2.3