remove old experimental leftovers

This commit is contained in:
Fabián Rodríguez 2012-10-28 12:53:48 -02:00
parent 1d1b66f8cc
commit 48bb6ad25c
2 changed files with 1 additions and 1 deletions

View file

@ -65,7 +65,7 @@ module LayoutHelper
end
def include_base_css_framework(use_bootstrap=false)
if use_bootstrap || @aspect == :getting_started || @page == :experimental
if use_bootstrap || @aspect == :getting_started
stylesheet_link_tag 'bootstrap-complete'
else
stylesheet_link_tag 'blueprint', :media => 'screen'