mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
We do not use classes like "success", "warning", "info" and "error" for "tr" elements used in tables and thus we can remove the related CSS from bootstrap.css. We also do not have selectors of the form ".table .table" and so we can remove that CSS from bootstrap.css as well. ALso, the CSS defined using ".table tbody + tbody" to set the border is not required as we already set borders on th and td elements. The browser defaults for font-weight for `th` elements is "bold" so we can remove the CSS to set font-weight from bootstrap.css. |
||
|---|---|---|
| .. | ||
| bootstrap | ||
| bootstrap-tooltip | ||
| bootstrap-typeahead | ||
| jquery-idle | ||
| marked | ||