diff options
-rw-r--r-- | media/css/ie6.css | 12 | ||||
-rw-r--r-- | templates/archives/writing.html | 2 | ||||
-rw-r--r-- | templates/base.html | 9 | ||||
-rw-r--r-- | templates/contact_form/contact_form.html | 2 |
4 files changed, 9 insertions, 16 deletions
diff --git a/media/css/ie6.css b/media/css/ie6.css index b2194bf..91e71bd 100644 --- a/media/css/ie6.css +++ b/media/css/ie6.css @@ -1,10 +1,2 @@ -ul#menu { - margin-right: 24px; -} - -ul#menu li a { line-height: 15px;} -div.meta { margin-top: 0px; } -span.drop { - padding: 21px 5px 15px 0; - overflow: visible; -}
\ No newline at end of file +footer section#about-lux {width: 220px; margin: 0 20px 0 30px;} +footer section#license {float: none; clear: both; width: 560px; padding-top: 30px; text-align: center;}
\ No newline at end of file diff --git a/templates/archives/writing.html b/templates/archives/writing.html index f6cc33e..a5717a6 100644 --- a/templates/archives/writing.html +++ b/templates/archives/writing.html @@ -1,4 +1,4 @@ -{% extends 'base_single_col.html' %} +{% extends 'base.html' %} {% load typogrify %} {% load pagination_tags %} diff --git a/templates/base.html b/templates/base.html index 7db9a37..3bebc9f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,6 +12,7 @@ document.createElement('aside'); document.createElement('footer'); document.createElement('time'); + document.createElement('hgroup'); </script> @@ -22,12 +23,12 @@ <link rel="stylesheet" - href="{{media_url}}css/base.css" + href="http://new.luxagraf.net/media/css/base.css" type="text/css" media="screen" charset="utf-8"> -<!--[if IE 6]><link rel="stylesheet" href="http://media.luxagraf.net/new/css/ie6.css" type="text/css" media="screen, projection"><![endif]--> +<!--[if IE 6]><link rel="stylesheet" href="http://new.luxagraf.net/media/css/ie6.css" type="text/css" media="screen, projection"><![endif]--> <link rel="shortcut icon" href="http://media.luxagraf.net/img/favicon.ico" @@ -89,7 +90,7 @@ </ul> </nav> <div> - <section> + <section id="about-lux"> <h4>About</h4> {% chunk "about_sidebar" %} </section> @@ -101,7 +102,7 @@ <h4>Follow</h4> {% chunk "follow_sidebar" %} </section> - <section> + <section id="license"> <p>All content licensed under the Creative Commons (<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en" title="read the Attribution-Noncommercial-Share Alike 3.0 deed">details</a>). <span>Built with <a href="http://geodjango.org/" title="a GeoDjango joint">GeoDjango</a> and hosted on <a href="http://www.webfaction.com/" title="webfaction">Webfaction</a>.</span></p> </section> </div> diff --git a/templates/contact_form/contact_form.html b/templates/contact_form/contact_form.html index a59f5e8..f167676 100644 --- a/templates/contact_form/contact_form.html +++ b/templates/contact_form/contact_form.html @@ -1,4 +1,4 @@ -{% extends 'base_single_col.html' %} +{% extends 'base.html' %} {#============================================== Load up the various metadata add-ins |