ok ok i gotta sleep now

master
https://id.koumbit.net/anarcat 2013-11-29 04:23:59 -04:00 committed by admin
parent ac01e0788c
commit 9282fef4a2
1 changed files with 14 additions and 1 deletions

View File

@ -126,7 +126,20 @@ Given all the above, what about upgrading this plugin to use pagedown instead of
}
}
"""]]
>> ideally, we would show the edit box next to the page preview...
>> ideally, we would show the edit box next to the page preview... And there's a way to do that too! But it requires some more CSS hackery, like [this](http://css-tricks.com/scrollfollow-sidebar/), for example:
>>
>> #wmd-preview {
>> position: relative;
>> margin: 15px auto;
>> float: left;
>> width: 50%;
>> }
>> form {
>> position: fixed;
>> margin-left: 50%;
>> }
>>
>> But this is getting a little crazy and I need to sleep now.
>>
>> [[!template id=gitbranch branch=anarcat/pagedown author="[[anarcat]]"]]
>>