pattern_view.css
484 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;
}
table.detailed-counts th.example-header {
padding-left: 4em;
}