Template:Infobox probability distribution/styles.css: Difference between revisions
From Vigyanwiki
(Created page with ".ib-prob-dist { border-collapse: collapse; width: 20em; } →TODO split definitions to appropriate class names when live from HTML element: .ib-prob-dist td, .ib-prob-dis...") |
m (1 revision imported from alpha:Template:Infobox_probability_distribution/styles.css) |
(No difference)
|
Latest revision as of 15:21, 3 February 2023
.ib-prob-dist {
border-collapse: collapse;
width: 20em;
}
/* TODO split definitions to appropriate class names when live from HTML element */
.ib-prob-dist td,
.ib-prob-dist th {
border: 1px solid #a2a9b1;
}
.ib-prob-dist .infobox-subheader {
text-align: left;
}
.ib-prob-dist-image {
background: #ddd;
font-weight: bold;
text-align: center;
}