Here is a different approach.

@data http_stylesheet

ul {
    font-family: "Sans-serif";
    font-size: 100%;
    font-variant: small-caps;
}

pre {
    margin: 25px;
    white-space: normal;
    color: black;
    font-family: "Monospace";
    font-size: 18px; /* 20pt; */
    white-space: normal;
    text-align: left;
    overflow: auto;
}

h1 {
    font-size: 16pt;
    color: red;
    font-variant: small-caps;
}
code {
    /* works */
    /* background: yellow; */
}

.borderclass{
    border-color: #C1E0FF;
    border-width: 1px;
    border-style: solid;
}
.unborderclass{
    border-color: white;
    border-width: 1px;
    border-style: solid;
}
div.headline {
    color: green;
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
}
div.container {
    position: relative;
}
div.node {
    position: relative;
    left: 20px;
}
div.outlinepane {
    background: #ffffec; /* Leo yellow */
    top: 10px;
    left: 10px;
    position: relative;

}
div.bodypane {
    position: relative;
    left: 10px;
    bottom: 0px;

}


On Thu, Oct 6, 2016 at 8:35 AM, Chris George <[email protected]> wrote:

> I used Chrome for the whole job with its inspector.
>
> I don't have time today, but will try to look at the project iin Firefox
> next time.
>
> Chris
>
> On Thu, Oct 6, 2016 at 8:08 AM, Edward K. Ream <[email protected]>
> wrote:
>
>> On Wed, Oct 5, 2016 at 5:12 PM, Chris George <[email protected]>
>> wrote:
>>
>> I am stumped as to why some files load body text just fine and others
>>> don't.
>>>
>>
>> ​Make sure you look at the page with firebug​
>>
>> ​or a similar web debugger.  It's all too easy for one element to
>> disappear behind another. A debugger is the only way to know what is
>> happening.
>>
>> EKR
>>
>> --
>> 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 https://groups.google.com/group/leo-editor.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to