Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_browser-bugs.scss « scss « assets « 4.4 « docs « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f42158b37992ba5defaae2a33944d0a503c356e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Wall of Browser Bugs
//
// Better display for the responsive table on the Wall of Browser Bugs.

.bd-browser-bugs {
  td p {
    margin-bottom: 0;
  }
  th:first-child {
    width: 18%;
  }
}