diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 03:26:18 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 03:27:00 +0200 |
| commit | 818ffb1aae1c453352cddcf203c3bb8974da8d11 (patch) | |
| tree | 0c77e65e66cc92e496dde1205902cfa66a52a3bb | |
| parent | 43de9535f08fe409bd2afc50db0987a4d0160069 (diff) | |
| download | haunt-blog-818ffb1aae1c453352cddcf203c3bb8974da8d11.tar.gz haunt-blog-818ffb1aae1c453352cddcf203c3bb8974da8d11.tar.bz2 haunt-blog-818ffb1aae1c453352cddcf203c3bb8974da8d11.zip | |
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 <GNUtoo@cyberdimension.org>
| -rw-r--r-- | static/twentyeleven-style-20231107.css | 28 |
1 files changed, 0 insertions, 28 deletions
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 ----------------------------------------------- */ |
