3dfc9f58a9da1635947fba4cb5f07b208c075146.svn-base 195 B

123456789101112
  1. // Wall of Browser Bugs
  2. //
  3. // Better display for the responsive table on the Wall of Browser Bugs.
  4. .bd-browser-bugs {
  5. td p {
  6. margin-bottom: 0;
  7. }
  8. th:first-child {
  9. width: 18%;
  10. }
  11. }