SF.net SVN: docutils:[9545] trunk/docutils/docutils/writers/html5_polyglot /minimal.css

milde--- via Docutils-checkins <[email protected]>
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 9545
          http://sourceforge.net/p/docutils/code/9545
Author:   milde
Date:     2024-02-17 10:37:56 +0000 (Sat, 17 Feb 2024)
Log Message:
-----------
Increase padding after term in field lists and options lists.

Use standard inter-word space (0.25em).

Modified Paths:
--------------
    trunk/docutils/docutils/writers/html5_polyglot/minimal.css

Modified: trunk/docutils/docutils/writers/html5_polyglot/minimal.css
===================================================================
--- trunk/docutils/docutils/writers/html5_polyglot/minimal.css	2024-02-17 10:37:45 UTC (rev 9544)
+++ trunk/docutils/docutils/writers/html5_polyglot/minimal.css	2024-02-17 10:37:56 UTC (rev 9545)
@@ -115,7 +115,7 @@
   float: left;
   margin: 0;
   padding: 0;
-  padding-right: 0.2em;
+  padding-right: 0.25em;
 }
 /* Offset for field content (corresponds to the --field-name-limit option) */
 dl.field-list > dd,

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.