Comment 0 for bug 1369830

Revision history for this message
Teresa Brady (tess-brady) wrote :

This is more of a feature request.

We are currently on 1.9.2 on Linux w/ MySQL.

The issue is that when creating a page skin, comments in the CSS disappear from page skins Custom CSS area.
Is there a way of getting the comments to stay?
It is quite important that people can comment what their CSS affects - so if they make their skin available to others, other people can then know what to change, and how it will affect their style of their page.

For example:
    /* This makes the page heading background transparent*/
    #top-wrapper {
    background: transparent;
    }

    /* This makes the page footer background transparent*/
    #footer-wrap {
    background-color: transparent;
    }

    #footer {
    background-color: transparent;
    }

    /* This will change the colour of the tabbed navigation in a collection*/
    ul.colnav li a, ul.colnav li a:link, ul.colnav li a:visited, ul.colnav li a:active {
    background:#A2F7FF;
    color:#9F0DF6
    }