don't show info in edit mode [ci skip]

This commit is contained in:
danielgrippi 2012-04-25 17:03:05 -07:00
parent 512347cad9
commit 04abaf3523

View file

@ -27,6 +27,10 @@
#edit-mode-toggle.control { #edit-mode-toggle.control {
@include opacity(1); @include opacity(1);
} }
.canvas-frame .info {
display : none;
}
} }
#profile-header { #profile-header {