diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 03:35:46 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 03:35:50 +0200 |
| commit | a04225c71f30fe12de6197497034260fde4fb003 (patch) | |
| tree | c1099d06464e28e0c0263cc1cd281a97caeea87b | |
| parent | b781c984d20ef92935927e42c115f0a26baa30a1 (diff) | |
| download | haunt-blog-a04225c71f30fe12de6197497034260fde4fb003.tar.gz haunt-blog-a04225c71f30fe12de6197497034260fde4fb003.tar.bz2 haunt-blog-a04225c71f30fe12de6197497034260fde4fb003.zip | |
twentyeleven CSS: remove Footer 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 | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/static/twentyeleven-style-20231107.css b/static/twentyeleven-style-20231107.css index 0e06026..9eeaca7 100644 --- a/static/twentyeleven-style-20231107.css +++ b/static/twentyeleven-style-20231107.css @@ -2032,60 +2032,6 @@ a.comment-reply-link > span { width: auto; } -/* =Footer ------------------------------------------------ */ - -#colophon { - clear: both; -} -#supplementary { - border-top: 1px solid #ddd; - padding: 1.625em 7.6%; - overflow: hidden; -} - -/* Two Footer Widget Areas */ -#supplementary.two .widget-area { - float: left; - margin-right: 3.7%; - width: 48.1%; -} -#supplementary.two .widget-area + .widget-area { - margin-right: 0; -} - -/* Three Footer Widget Areas */ -#supplementary.three .widget-area { - float: left; - margin-right: 3.7%; - width: 30.85%; -} -#supplementary.three .widget-area + .widget-area + .widget-area { - margin-right: 0; -} - -/* Site Generator Line */ -#site-generator { - background: #f9f9f9; - border-top: 1px solid #ddd; - color: #666; - font-size: 12px; - line-height: 2.2em; - padding: 2.2em 0.5em; - text-align: center; -} -#site-generator a { - color: #555; - font-weight: bold; -} -#site-generator span[role=separator] { - padding: 0 0.25em 0 0.5em -} -#site-generator span[role=separator]::before { - content: '\007c'; -} - - /* =Responsive Structure ----------------------------------------------- */ |
