Style sheets that are not included in a manifest (directly by name or indirectly via require_tree) are not precompiled, so will not accessible in production.
You need to add the sheet to the list of items to precompile in the environment application.rb.
config.assets.precompile += ['960sm.css']
And then access it in the view:
stylesheet_link_tag('960sm')
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…