Last active
December 15, 2015 12:59
-
-
Save seyDoggy/5264439 to your computer and use it in GitHub Desktop.
stack edit mode UI HTML for Stacks RapidWeaver plugin.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%[if edit]% | |
<!-- | |
/** | |
* Edit mode UI styles | |
* | |
* source (CSS): https://gist.github.com/5264404 | |
* source (HTML): https://gist.github.com/5264439 | |
* | |
* Licensed under the GPL 2: http://www.gnu.org/licenses/gpl-2.0.html | |
* Copyright 2013 Adam Merrifield | |
*/ | |
--> | |
<div class="editHeader">Stack Title: %id%</div><div class="editWrapper">%[endif]% | |
<!-- your stack HTML here --> | |
%[if edit]%</div>%[endif]% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment