MediaWiki:Common.css: Difference between revisions

add override for Table Headings
(Another bootstrap override)
(add override for Table Headings)
Line 39: Line 39:
margin-left: 0;
margin-left: 0;
}
}
/* override Bootstrap 100% */
 
/* Bootstrap overrides */
legend {
legend {
width: auto;
width: auto;
}
}
/** Override bootstrap's tooltip */
.tooltip {
.tooltip {
opacity:100 !important;
opacity:100 !important;
}
}
caption {
caption {
  caption-side: top;
caption-side: top;
}
}
th {
text-align: center;
}
/* end Bootstrap overrides */


.button-style {
.button-style {
53,890

edits