summaryrefslogtreecommitdiff
path: root/render/test/test1.css
diff options
context:
space:
mode:
Diffstat (limited to 'render/test/test1.css')
-rw-r--r--render/test/test1.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/render/test/test1.css b/render/test/test1.css
new file mode 100644
index 000000000..dbff4a8b9
--- /dev/null
+++ b/render/test/test1.css
@@ -0,0 +1,24 @@
+html { font-size: medium }
+
+address, blockquote, body, dd, div,
+dl, dt, fieldset, form,
+h1, h2, h3, h4, h5, h6, html,
+object, ol, p, ul
+hr, menu, pre { display: block }
+a, abbr, acronym, b, code
+em, i, q, s, strong, u,
+var { display: inline }
+li { display: list-item }
+head { display: none }
+table { display: table }
+tr { display: table-row }
+thead { display: table-header-group }
+tbody { display: table-row-group }
+tfoot { display: table-footer-group }
+col { display: table-column }
+colgroup { display: table-column-group }
+td, th { display: table-cell }
+caption { display: table-caption }
+
+div { float: left; width: 90%; }
+