diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-03 18:51:23 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:24 +0200 |
| commit | a2496cd4fa5eb108e3d88a2a69eed1277c084d89 (patch) | |
| tree | bd55c31e7fa2f58c9814309183506d45bad1c200 /static/twentyeleven-style-20231107.css | |
| parent | 4ddafd2e8f64c4770591d8529f7b66dfe74d4530 (diff) | |
| download | haunt-blog-a2496cd4fa5eb108e3d88a2a69eed1277c084d89.tar.gz haunt-blog-a2496cd4fa5eb108e3d88a2a69eed1277c084d89.tar.bz2 haunt-blog-a2496cd4fa5eb108e3d88a2a69eed1277c084d89.zip | |
twentyeleven CSS: remove error404 related CSS.
The haunt generated blog doesn't have a specific 404 error file that
works with the twentyeleven CSS.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'static/twentyeleven-style-20231107.css')
| -rw-r--r-- | static/twentyeleven-style-20231107.css | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/static/twentyeleven-style-20231107.css b/static/twentyeleven-style-20231107.css index a51544f..f9adf3e 100644 --- a/static/twentyeleven-style-20231107.css +++ b/static/twentyeleven-style-20231107.css @@ -149,16 +149,6 @@ body { width: 22.15%; } -/* error404 */ -.error404 #primary { - float: none; - margin: 0; -} -.error404 #primary #content { - margin: 0 7.6%; - width: auto; -} - /* Alignment */ .alignleft { display: inline; @@ -1366,41 +1356,6 @@ blockquote.pull.alignright { } -/* =error404 ------------------------------------------------ */ - -.error404 #main #searchform { - background: #f9f9f9; - border: 1px solid #ddd; - border-width: 1px 0; - margin: 0 -8.9% 1.625em; - overflow: hidden; - padding: 1.625em 8.9%; -} -.error404 #main #s { - width: 95%; -} -.error404 #main .widget { - clear: none; - float: left; - margin-right: 3.7%; - width: 30.85%; -} -.error404 #main .widget_archive { - margin-right: 0; -} -.error404 #main .widget_tag_cloud { - float: none; - margin-right: 0; - width: 100%; -} -.error404 .widgettitle { - font-size: 10px; - letter-spacing: 0.1em; - line-height: 2.6em; - text-transform: uppercase; -} - /* =Showcase ----------------------------------------------- */ @@ -2536,12 +2491,6 @@ p.comment-form-comment { margin-right: 0; width: auto; } - /* No need to float 404 widgets at this size */ - .error404 #main .widget { - float: none; - margin-right: 0; - width: auto; - } } @media (max-width: 650px) { /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */ |
