[ Help | Earliest Comments | Latest Comments ][ List All Subjects of Discussion | Create New Subject of Discussion ][ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]Single Comment Improving Typography[Subject Thread] [Add Response] 🕸Fergus Duniho wrote on Sun, Oct 8, 2017 04:40 PM UTC:Looking at your Chu Shogi page, it looks like the CSS was still doing something. So I added back this: <STYLE> MAIN>ARTICLE>SECTION + SECTION {clear: both;} </STYLE> This stopped the Pieces section from wrapping with the Setup section, but it has no effect on content within the same section, and it doesn't affect the first section anyway.
Looking at your Chu Shogi page, it looks like the CSS was still doing something. So I added back this:
<STYLE>
MAIN>ARTICLE>SECTION + SECTION {clear: both;}
</STYLE>
This stopped the Pieces section from wrapping with the Setup section, but it has no effect on content within the same section, and it doesn't affect the first section anyway.