diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-12-06 21:01:57 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-12-06 21:01:57 +0000 |
| commit | 5f37e8a4ec948546a308246a8b43b0ff881c84dc (patch) | |
| tree | 08f27da5bd06012399efe247b3fccf4c37deaee3 /docutils/test/data | |
| parent | c4dccd4ea5f0aaf84db96fbc29dae86b3d37510a (diff) | |
| download | docutils-5f37e8a4ec948546a308246a8b43b0ff881c84dc.tar.gz | |
Enable comma separated list of stylesheets in html4ccs1
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5800 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/data')
| -rw-r--r-- | docutils/test/data/ham.css | 2 | ||||
| -rw-r--r-- | docutils/test/data/hidden.css | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docutils/test/data/ham.css b/docutils/test/data/ham.css new file mode 100644 index 000000000..2e812316c --- /dev/null +++ b/docutils/test/data/ham.css @@ -0,0 +1,2 @@ +dl.docutils dd { + margin-bottom: 0.5em } diff --git a/docutils/test/data/hidden.css b/docutils/test/data/hidden.css new file mode 100644 index 000000000..cf57ccd7b --- /dev/null +++ b/docutils/test/data/hidden.css @@ -0,0 +1,2 @@ +.hidden { + display: none } |
