diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 03:24:28 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 03:24:32 +0200 |
| commit | 43de9535f08fe409bd2afc50db0987a4d0160069 (patch) | |
| tree | 0ec22bc433ddedbe789f50cede2b8f50b7cd9873 | |
| parent | fc760d009991b30897982dc24487dd7c94162943 (diff) | |
| download | haunt-blog-43de9535f08fe409bd2afc50db0987a4d0160069.tar.gz haunt-blog-43de9535f08fe409bd2afc50db0987a4d0160069.tar.bz2 haunt-blog-43de9535f08fe409bd2afc50db0987a4d0160069.zip | |
twentyeleven CSS: remove Link section.
The class being used don't exist in the scheme code, so we can safely remove
them.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | static/twentyeleven-style-20231107.css | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/static/twentyeleven-style-20231107.css b/static/twentyeleven-style-20231107.css index 42cffb2..333c8a2 100644 --- a/static/twentyeleven-style-20231107.css +++ b/static/twentyeleven-style-20231107.css @@ -1185,25 +1185,6 @@ blockquote.pull.alignright { padding: 1.625em 0 0; } - -/* =Link ------------------------------------------------ */ - -.format-link .entry-title, -.format-link .entry-header .comments-link { - display: none; -} -.singular .format-link .entry-title { - display: block; -} -.format-link .entry-content { - padding: 0; -} -.singular .format-link .entry-content { - padding: 1.625em 0 0; -} - - /* =Gallery ----------------------------------------------- */ |
