From ab272847c76afb3e5ea51191c615a4c8564e4a3a Mon Sep 17 00:00:00 2001 From: wiemann Date: Mon, 25 Apr 2005 20:00:12 +0000 Subject: 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 --- docutils/tools/stylesheets/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docutils/tools') 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 . */ + more specific. See http://www.w3.org/TR/CSS1#the-cascade */ .first { margin-top: 0 ! important } -- cgit v1.2.1