Move package CSS files to stylesheets directory

This commit is contained in:
Kevin Sawicki
2013-01-02 16:55:55 -08:00
parent c765ec80a1
commit 7f0030ef4f
22 changed files with 0 additions and 16 deletions

View File

@@ -5,8 +5,6 @@ _ = require 'underscore'
module.exports =
class WrapGuide extends View
@activate: (rootView, state) ->
requireStylesheet 'wrap-guide.css'
for editor in rootView.getEditors()
if rootView.parents('html').length
@appendToEditorPane(rootView, editor)

View File

@@ -0,0 +1,8 @@
.wrap-guide {
height: 100%;
width: 1px;
background: rgba(150, 150, 150, .30);
z-index: 100;
position: absolute;
top: 0px;
}