pattern_view.css 473 Bytes
#ending-list p {
    display: inline;
}

table.detailed-counts {
    border-spacing: 5px;
}

table.detailed-counts td, table.detailed-counts th {
    border-width: 3px;
    padding: 0.5em;
    text-align: center;
    background-color: #fff9ef;
    font-weight: normal;
}

/* kolor jest określony w inflection_table.css */
table.detailed-counts th.left-header {
    border-right-style: solid;
    text-align: left;
}

.ellipsis-icon {
    display: block;
    width: 16px;
}