Hello,
I am using magnolia 4.3.1 (CE).
I derived my css design from the pop theme of the standard templating kit.
It has its own folder in "templating-kit/themes/myTheme" and it seems to
be correctly recognized by magnolia.
But there is one very annoying problem I will try to explain.
Somehow, my css file is modified automatically from time to time. I am
losing the closing bracket of the last definition in my css file, for
instance. Some of my definitions are deleted by copyright information.
I can understand that
/*
theme: MME Pop - Black Pink Green
author: Timo Wirth & Rebecca Heinen, Aperto AG
*/
has to be written into my own style.css, because I am using their property for
the initial design. So it is commented in line 1.
But why is there an additional change in the middle of my file by which I am
losing my modifications?
For instance, the layout of my breadcrumb gets destroyed by this inserted
copyright information. What component is doing this and how can I disable it?
Furthermore, I do not understand why there are style definitions
appearing in my source which take use of measuring unit "cm", e.g. for
paragraph:
p {
margin-bottom: 0.21 cm;
}
Where does this come from? Is this a bug of the in-built editor? This
style definition is not written down in the css file but it affects all
paragraphs, including one of the class name "skip", so it leads to a
visible space on top of my website. Why are there cm measurements anyway?
How can I solve this annoying behaviour?
Thanks for your time to help me.
Regards,
Julien
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------