diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-14 16:14:44 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-14 16:14:44 +0000 |
| commit | a1d5117760bde3ae2b59fdea1b40bb70293dc228 (patch) | |
| tree | d22f7b80cfbf015e28adec2bfefefd1d895acfe6 /docutils/docs/ref | |
| parent | cea0dabaa2246f7d373f2a21fa5bfc722fa6bb51 (diff) | |
| download | docutils-a1d5117760bde3ae2b59fdea1b40bb70293dc228.tar.gz | |
reverting revision 3322: addition of ":border:" option to "image" directive
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3340 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
| -rw-r--r-- | docutils/docs/ref/docutils.dtd | 1 | ||||
| -rw-r--r-- | docutils/docs/ref/rst/directives.txt | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/docutils/docs/ref/docutils.dtd b/docutils/docs/ref/docutils.dtd index 455a8ae3a..f3a7d37ca 100644 --- a/docutils/docs/ref/docutils.dtd +++ b/docutils/docs/ref/docutils.dtd @@ -481,7 +481,6 @@ or " ") or the text between option arguments (typically either "," or %align-hv.att; uri CDATA #REQUIRED alt CDATA #IMPLIED - border %number; #IMPLIED height %number; #IMPLIED width %number; #IMPLIED scale %number; #IMPLIED> diff --git a/docutils/docs/ref/rst/directives.txt b/docutils/docs/ref/rst/directives.txt index 1ca51f28f..130f0d154 100644 --- a/docutils/docs/ref/rst/directives.txt +++ b/docutils/docs/ref/rst/directives.txt @@ -226,12 +226,6 @@ The following options are recognized: text flow around it. The specific behavior depends upon the browser or rendering software used. -``border`` : integer - The width of the image border, in pixels. For images that are - also hyperlink references (see the ``target`` option, below), - browsers often draw a border by default. Set ``:border: 0`` to - disable this default. - ``target`` : text (URI or reference name) Makes the image into a hyperlink reference ("clickable"). The option argument may be a URI (relative or absolute), or a |
