Mudancas na interface e suporte a IE6/7

This commit is contained in:
2008-03-07 05:40:33 -03:00
parent 8671d2350b
commit 42b43c3c2b
13 changed files with 75 additions and 17 deletions

View File

@@ -9,6 +9,12 @@
%link{'href' => "#{App.base_path}/stylesheets/cache/wiki.css", 'rel' => 'Stylesheet', 'type' => %'text/css'}
%link#css_color{'href' => "#{App.base_path}/stylesheets/cache/color.#@color.css", 'rel' => 'Stylesheet', 'type' => %'text/css'}
/[if IE]
%link{:href => "#{App.base_path}/stylesheets/ie/ie.css", :rel => "stylesheet", :type => "text/css"}
/[if lte IE 6]
%link{:href => "#{App.base_path}/stylesheets/ie/ie6.css", :rel => "stylesheet", :type => "text/css"}
%script{:type => 'text/javascript'}
== BASE_PATH = "#{App.base_path}";