diff --git a/static/css/ie.css b/static/css/ie6.css similarity index 100% rename from static/css/ie.css rename to static/css/ie6.css diff --git a/static/css/ie7.css b/static/css/ie7.css new file mode 100644 index 0000000..6a54445 --- /dev/null +++ b/static/css/ie7.css @@ -0,0 +1,3 @@ +#toolbar { + margin-left: -6em; +} diff --git a/view/Page.py b/view/Page.py index e75f514..7fec7c3 100644 --- a/view/Page.py +++ b/view/Page.py @@ -28,7 +28,8 @@ class Page( Html ): Meta( content = u"text/html; charset=UTF-8", http_equiv = u"content-type" ), [ child for child in children if type( child ) in head_types ], Title( title and u"%s: %s" % ( app_name, title ) or app_name ), - """""", + """""", + """""", ), Body( Div(