diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 03:28:13 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 03:28:27 +0200 |
| commit | 648dcc17e1ba6c40070facea9ee21d011434a990 (patch) | |
| tree | 46c5827cb9d1345a0eb89ecccc071c5277665252 | |
| parent | 818ffb1aae1c453352cddcf203c3bb8974da8d11 (diff) | |
| download | haunt-blog-648dcc17e1ba6c40070facea9ee21d011434a990.tar.gz haunt-blog-648dcc17e1ba6c40070facea9ee21d011434a990.tar.bz2 haunt-blog-648dcc17e1ba6c40070facea9ee21d011434a990.zip | |
twentyeleven CSS: remove Gallery 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 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/static/twentyeleven-style-20231107.css b/static/twentyeleven-style-20231107.css index a43cfc5..24f386c 100644 --- a/static/twentyeleven-style-20231107.css +++ b/static/twentyeleven-style-20231107.css @@ -1185,16 +1185,6 @@ blockquote.pull.alignright { padding: 1.625em 0 0; } -/* =Gallery ------------------------------------------------ */ - -.format-gallery .gallery-thumb { - float: left; - display: block; - margin: .375em 1.625em 0 0; - max-width: 100%; -} - /* =Standard ----------------------------------------------- */ |
