summaryrefslogtreecommitdiffstats
path: root/layout/reftests/stylesheet-cloning/ref-common.css
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/stylesheet-cloning/ref-common.css')
-rw-r--r--layout/reftests/stylesheet-cloning/ref-common.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/stylesheet-cloning/ref-common.css b/layout/reftests/stylesheet-cloning/ref-common.css
new file mode 100644
index 0000000000..92d77de0e5
--- /dev/null
+++ b/layout/reftests/stylesheet-cloning/ref-common.css
@@ -0,0 +1,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;
+}