www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Please tweak the forum CSS with a single change to add spacing to

reply Gavin Ray <ray.gavin97 gmail.com> writes:
Currently, posts with more than one paragraph become 
increasingly-unreadable walls of text due to CSS styles that 
specify 0 margin/padding between them (why?)

With one small change, we can make much easier to read. Below is 
a before/after:

```css
.post-body p {
     margin: 10px;
}

```

![before-after-margin-change-img](https://cdn.discordapp.com/attachments/272822912036372480/1063855754550972476/image.png)
Jan 14 2023
parent reply Gavin Ray <ray.gavin97 gmail.com> writes:
Well, this is embarassing!

I think it must be one of my browsers addons, opening in a 
different browser does not have the same issue.
Jan 14 2023
parent =?UTF-8?Q?Ali_=c3=87ehreli?= <acehreli yahoo.com> writes:
On 1/14/23 08:48, Gavin Ray wrote:
 Well, this is embarassing!
 
 I think it must be one of my browsers addons, opening in a different 
 browser does not have the same issue.
Yeah, margin-top and margin-bottom are both resolved as 16 at this end in Firefox. Ali
Jan 14 2023