53,890
edits
(Another bootstrap override) |
(add override for Table Headings) |
||
Line 39: | Line 39: | ||
margin-left: 0; | margin-left: 0; | ||
} | } | ||
/* | |||
/* Bootstrap overrides */ | |||
legend { | legend { | ||
width: auto; | width: auto; | ||
} | } | ||
.tooltip { | .tooltip { | ||
opacity:100 !important; | opacity:100 !important; | ||
} | } | ||
caption { | caption { | ||
caption-side: top; | |||
} | } | ||
th { | |||
text-align: center; | |||
} | |||
/* end Bootstrap overrides */ | |||
.button-style { | .button-style { |
edits