-
Notifications
You must be signed in to change notification settings - Fork 7
View Mode
isaiah edited this page Apr 21, 2015
·
3 revisions
A bit of housekeeping has been done on the edit mode CSS. Most changes are very trivial, however there is one that could have some impact on your stack if you change their edit mode styles using the View Mode classes: venti, grande, and tall.
In the past these classes would appear on one of the wrapper divs (the "mez" div -- the selection border). This class will no longer appear on this div. Instead it will appear only once on a top level div for the entire page.
More than likely this will have little effect on your CSS styles. If you were styling with something like this:
.venti #%id% {
margin: 10px;
}
It will simply continue to work. If, however, you styled the "mez" div directly (in order to change the selection) then you may need test you stack and update the css.