Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi Christian,

On Sun, Jan 30, 2011 at 2:59 AM, Christian Lohmaier
<lohmaier+ooofuture@googlemail.com> wrote:
Hi Michael,

On Sat, Jan 29, 2011 at 7:58 AM, Michael Wheatland
<michael@wheatland.com.au> 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 website+help@libreoffice.org
List archive: http://listarchives.libreoffice.org/www/website/
*** All posts to this list are publicly archived for eternity ***

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.