ref-common.css 189 B

12345678910111213
  1. body {
  2. /* to match ua.css, see bug 1020143 */
  3. font-variant-numeric: tabular-nums;
  4. }
  5. div, p {
  6. padding: 0; margin: 0;
  7. line-height: 150%;
  8. float: left;
  9. }
  10. p {
  11. padding-right: .5em;
  12. }