Move core wrap guide styles back into package

This commit is contained in:
Kevin Sawicki 2013-01-22 18:22:56 -08:00
parent 7c7ca4a6c3
commit 36e0ad6dc8
3 changed files with 7 additions and 10 deletions

View File

@ -0,0 +1,7 @@
.wrap-guide {
height: 100%;
width: 1px;
z-index: 100;
position: absolute;
top: 0px;
}

View File

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

View File

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