diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-04-25 20:00:12 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-04-25 20:00:12 +0000 |
| commit | ab272847c76afb3e5ea51191c615a4c8564e4a3a (patch) | |
| tree | d4cd9c124ea512a7f1fa77e97b9c3a6e492542a2 /docutils/tools | |
| parent | 4a5c327577f01b500c4462b671635d543056cd00 (diff) | |
| download | docutils-ab272847c76afb3e5ea51191c615a4c8564e4a3a.tar.gz | |
removed angle brackets because otherwise the validator complains
about unknown tags when embedding the stylesheet
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3255 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tools')
| -rw-r--r-- | docutils/tools/stylesheets/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/tools/stylesheets/default.css b/docutils/tools/stylesheets/default.css index f9bd7dbdf..ec9f9cd5b 100644 --- a/docutils/tools/stylesheets/default.css +++ b/docutils/tools/stylesheets/default.css @@ -10,7 +10,7 @@ Default cascading style sheet for the HTML output of Docutils. /* "! important" is used here to override other ``margin-top`` and ``margin-bottom`` styles that are later in the stylesheet or - more specific. See <http://www.w3.org/TR/CSS1#the-cascade>. */ + more specific. See http://www.w3.org/TR/CSS1#the-cascade */ .first { margin-top: 0 ! important } |
