aboutsummaryrefslogtreecommitdiffstats
path: root/static/twentyeleven-style-20231107.css
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-03-03 18:40:05 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2025-06-15 01:30:23 +0200
commit4ddafd2e8f64c4770591d8529f7b66dfe74d4530 (patch)
tree4eefa5a6181713dfcb3fb220309332997035409f /static/twentyeleven-style-20231107.css
parent591b611565fa39f1d1baebcfda1c74c723c48493 (diff)
downloadhaunt-blog-4ddafd2e8f64c4770591d8529f7b66dfe74d4530.tar.gz
haunt-blog-4ddafd2e8f64c4770591d8529f7b66dfe74d4530.tar.bz2
haunt-blog-4ddafd2e8f64c4770591d8529f7b66dfe74d4530.zip
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 <GNUtoo@cyberdimension.org>
Diffstat (limited to 'static/twentyeleven-style-20231107.css')
-rw-r--r--static/twentyeleven-style-20231107.css34
1 files changed, 0 insertions, 34 deletions
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;
-}