SF.net SVN: docutils:[9615 ] trunk/docutils

milde--- via Docutils-checkins <[email protected]>
Newsgroups gmane.text.docutils.cvs
Message-ID <[email protected]>
Revision: 9615
          http://sourceforge.net/p/docutils/code/9615
Author:   milde
Date:     2024-04-06 13:28:15 +0000 (Sat, 06 Apr 2024)
Log Message:
-----------
No additional margins for line-blocks in the HTML5 stylesheets.

`line-blocks` are Docutils alternative to hard line breaks.
They should use just the standard inter-line space.

Modified Paths:
--------------
    trunk/docutils/HISTORY.txt
    trunk/docutils/docutils/writers/html5_polyglot/plain.css
    trunk/docutils/docutils/writers/html5_polyglot/responsive.css

Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt	2024-04-06 13:28:00 UTC (rev 9614)
+++ trunk/docutils/HISTORY.txt	2024-04-06 13:28:15 UTC (rev 9615)
@@ -30,7 +30,11 @@
     to the respective <field_name> child element to allow cross-references
     to field-list items.
 
+* docutils/writers/html5_polyglot/\*.css
 
+  - No additional margins for line-blocks.
+
+
 Release 0.21.rc1 (2024-03-26)
 =============================
 

Modified: trunk/docutils/docutils/writers/html5_polyglot/plain.css
===================================================================
--- trunk/docutils/docutils/writers/html5_polyglot/plain.css	2024-04-06 13:28:00 UTC (rev 9614)
+++ trunk/docutils/docutils/writers/html5_polyglot/plain.css	2024-04-06 13:28:15 UTC (rev 9615)
@@ -72,7 +72,6 @@
 
 /* vertical space (parskip) */
 p, ol, ul, dl, li,
-div.line-block,
 .footnote, .citation,
 div > math,
 table {

Modified: trunk/docutils/docutils/writers/html5_polyglot/responsive.css
===================================================================
--- trunk/docutils/docutils/writers/html5_polyglot/responsive.css	2024-04-06 13:28:00 UTC (rev 9614)
+++ trunk/docutils/docutils/writers/html5_polyglot/responsive.css	2024-04-06 13:28:15 UTC (rev 9615)
@@ -51,7 +51,6 @@
 
 /* Vertical Space (Parskip) */
 p, ol, ul, dl, li,
-div.line-block,
 .topic,
 .footnote, .citation,
 div > math,

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.