Hi Christian,

On Sun, Jan 30, 2011 at 2:59 AM, Christian Lohmaier
<[email protected]> wrote:
> Hi Michael,
>
> On Sat, Jan 29, 2011 at 7:58 AM, Michael Wheatland
> <[email protected]> wrote:
>> I have just noticed that the DIV style Excerpt ("Attention-Quote")
>> requires more margin. The quote images overlap the text beside it.
>
> Well yes, this is what I wrote as well "The spacing on the quotes one
> needs some tweaking, [...]"

Yes, sorry I missed that. Please change the left padding on p.excerpt
to 40px instead of 20px so that the style is:

.typography p.excerpt {
        width: 200px;
        margin-bottom: 0;
        padding: 0 0 0 40px;
        display: block;
        float: right;
        color: #777;
        font-style: italic;
        text-align: left;
}

That should improve the spacing; obviously the CSS has changed
substantially between the time I made the static test and now :)

>> Also, would it be possible to set the default image styles, left align
>> and right align, to have vspace=15 and hspace=15 ?
>
> No, vspace and hspace are both obsolete/non-conformant with html5
> http://dev.w3.org/html5/spec/Overview.html#non-conforming-features

+1. Michael, please use margin or padding CSS to achieve the same
result (e.g. <img style="margin-left: 20px;" ... />)

Regards,
Ivan.

-- 
Unsubscribe instructions: E-mail to [email protected]
List archive: http://listarchives.libreoffice.org/www/website/
*** All posts to this list are publicly archived for eternity ***

Reply via email to