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