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

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

.bd-browser-bugs {
  th:first-child {
    width: 18%;
  }
}