On Tue, 3 Mar 2015 12:58:38 -0800 (PST)
"Edward K. Ream" <[email protected]> wrote:

> On Tuesday, March 3, 2015 at 2:46:11 PM UTC-6, Edward K. Ream wrote:
> >
> > On Wednesday, February 25, 2015 at 4:20:23 PM UTC-6, Edward K. Ream
> > wrote:
> >
> > > http://leoeditor.com/load-leo.html is a web page that will show
> > > you the 
> > contents of a .leo file.
> >
> > This page is now uses a rewritten version of leo_to_html.xsl,
> > committed at 68f4e32 and just uploaded to leoeditor.com.  To test
> > this out, just visit http://leoeditor.com/load-leo.html upload a
> > file and see what happens.
> >
> 
> My test files were too small.  For larger outlines the outline pane
> covers the body pane. Instead, each pane should fill about 50% of the
> screen and each should be scrollable. This is just a matter of
> tweaking the css...Anyone have any suggestions in this area?

div.outlinepane {
    height: 50%;
    overflow: auto;
    }
div.bodypane {
    height: 50%;
    overflow: auto;
    }

Cheers -Terry

> Edward
> 
> >
> 

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to