Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The following CSS can be used to style the Councillor content for display in My House. This would placed into a .css file in the iShareMaps web/custom folder and referenced in your My House page.

div.cmis-councillor ul {
        list-style: none;
        padding: 0 0.5em;
    }

    div.cmis-councillor h5 {
        font-size: 18px;
        font-weight: bold;
    }

    div.cmis-councillor img {
        height: 150px;
        width: auto;
    }

E.g.

  • No labels