summaryrefslogtreecommitdiffstats
path: root/layout/reftests/stylesheet-cloning/ref-common.css
blob: 92d77de0e5da9dac150abfdead25b2ab8345c7f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
body {
  /* to match ua.css, see bug 1020143 */
  font-variant-numeric: tabular-nums;
}
div, p {
  padding: 0; margin: 0;
  line-height: 150%;
  float: left;
}
p {
  padding-right: .5em;
}