Jump to content

Template:Pie chart with legend/styles.css

From Rome
.pie-chart + p {
    display: none;
}

.pie-chart-with-legend {
    display: table !important;
}

.pie-chart-with-legend tr td:nth-child(2) {
    text-align: right;
}

.pie-chart-float-left {float: left !important; clear: left;}
.pie-chart-float-right {float: right !important; clear: right;}

.pie-chart-with-legend td > p {
    margin: 0;
}

@media only screen and (max-width: 720px) {
    .pie-chart-with-legend {
        width: 100% !important;
        float: none !important;
        display: table !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/* [[Category:Template stylesheets]] */