remove old experimental leftovers
This commit is contained in:
parent
1d1b66f8cc
commit
48bb6ad25c
2 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue