From 4ddafd2e8f64c4770591d8529f7b66dfe74d4530 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 3 Mar 2024 18:40:05 +0100 Subject: twentyeleven CSS: remove sections for Internet Explorer. This CSS should be simplified, and starting to remove parts that are not used or with marginal use makes sense. People stuck on old Windows or Mac OS versions can probably use old versions of free software browsers instead, or browser like K-Meleon which look free software. Signed-off-by: Denis 'GNUtoo' Carikli --- static/twentyeleven-style-20231107.css | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'static/twentyeleven-style-20231107.css') diff --git a/static/twentyeleven-style-20231107.css b/static/twentyeleven-style-20231107.css index 96a46e8..a51544f 100644 --- a/static/twentyeleven-style-20231107.css +++ b/static/twentyeleven-style-20231107.css @@ -2837,37 +2837,3 @@ p.comment-form-comment { color: #666; } } - - -/* =IE7 ------------------------------------------------ */ - -#ie7 article.intro { - margin-left: -7.6%; - margin-right: -7.6%; - padding-left: -7.6%; - padding-right: -7.6%; - max-width: 1000px; -} -#ie7 .featured-posts { - margin: 0 -7.6%; -} -#ie7 .featured-post { - margin-left: 0; - margin-right: 0; - max-width: 100%; -} -#ie7 section.recent-posts { - margin-right: 7.6%; -} - - -/* =IE8 ------------------------------------------------ */ - -#ie8 section.feature-image.large img { - width: auto; -} -#ie8 section.featured-post .attachment-small-feature { - max-width: none; -} -- cgit v1.2.3