summaryrefslogtreecommitdiffstats
path: root/layout/reftests/stylesheet-cloning/test-common.css
blob: dcbf4e1e0240bf622edcea2b7f68f58d89c5ff82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
  /* to match ua.css, see bug 1020143 */
  font-variant-numeric: tabular-nums;
}
ol, ul, section, p {
  padding: 0; margin: 0;
  line-height: 150%;
}
ol, ul {
  list-style-position: inside;
}
li, p {
  float: left;
  padding: 0;
}
p {
  padding-right: .5em;
}