Skip to content
Snippets Groups Projects
hierarchy.css 478 B
Newer Older
.hierarchy {
    padding-top: 5px;
    font-size: 17px;
    text-align: left;
    line-height: 190%;
    padding-bottom: 5px;
}

/* Hierarchy diver icon */

.hierarchy-icone_left {
    float: left;
    margin-right: 4%;
    margin-left: 10px;
    margin-top: 7px;
}
.hierarchy-icone_right {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

/* Hierarchy separator */
#hierarchy-separator {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}