<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Formatting of PM posts in Community Site Feedback</title>
    <link>https://community.plus.net/t5/Community-Site-Feedback/Formatting-of-PM-posts/m-p/1591325#M14889</link>
    <description>I have fixed this on staging &lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/5145"&gt;@Townman&lt;/a&gt;. I have snuck it in with the changes I am doing to a missing js library CDN so I might be able to get this live later on.</description>
    <pubDate>Fri, 23 Nov 2018 09:31:41 GMT</pubDate>
    <dc:creator>jaread83</dc:creator>
    <dc:date>2018-11-23T09:31:41Z</dc:date>
    <item>
      <title>Formatting of PM posts</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Formatting-of-PM-posts/m-p/1591066#M14886</link>
      <description>&lt;P&gt;When viewing PM (sent) posts the text is all scrunched up.&amp;nbsp; Looking at the CSS, I observed...&lt;/P&gt;
&lt;PRE&gt;p{margin:0 0 12px }&lt;/PRE&gt;
&lt;P&gt;In&amp;nbsp;/skins/1311861/9a564793a1f6f10ae5bca9e7e2c69da3/plusnet_responsive_v2.css at&amp;nbsp;plusnet_responsive_v2.css (1,9244)&lt;/P&gt;
&lt;P&gt;Is there a coordinate missing here? Should it be ...&lt;/P&gt;
&lt;PRE&gt;p{margin:0 0 12px 0 }&lt;/PRE&gt;
&lt;P&gt;Hacking the CSS in debug mode making &lt;STRONG&gt;margin-bottom : 12px&lt;/STRONG&gt; delivers a great improvement on readability.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 12:47:16 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Formatting-of-PM-posts/m-p/1591066#M14886</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2018-11-22T12:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting of PM posts</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Formatting-of-PM-posts/m-p/1591322#M14887</link>
      <description>&lt;P&gt;Hi Townman,&lt;BR /&gt;CSS fills in the blanks and margin: 0 0 12px; will render the same as margin: 0 0 12px 0;&lt;BR /&gt;The p tags in the PMs are actually being set at a base level (overiding the browser default) via the following:&lt;/P&gt;
&lt;PRE&gt;.lia-message-body-content p, .lia-message-body p, .lia-message-editor p, .lia-note-body p {
    margin-bottom: 0;
}&lt;/PRE&gt;
&lt;P&gt;The above CSS is part of the Lithium CSS that I can't change, I have to override that stuff.&lt;/P&gt;
&lt;P&gt;And for p tags in other areas - they are set individually like this (to override the above with my own css):&lt;/P&gt;
&lt;PRE&gt;.lia-message-body-content p, .lia-message-editor p {
    margin-bottom: 0.5em;
}&lt;/PRE&gt;
&lt;P&gt;So this can be fixed with a little bit of CSS, probably look to adding to the above CSS so its all the same.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 09:16:10 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Formatting-of-PM-posts/m-p/1591322#M14887</guid>
      <dc:creator>jaread83</dc:creator>
      <dc:date>2018-11-23T09:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting of PM posts</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Formatting-of-PM-posts/m-p/1591325#M14889</link>
      <description>I have fixed this on staging &lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/5145"&gt;@Townman&lt;/a&gt;. I have snuck it in with the changes I am doing to a missing js library CDN so I might be able to get this live later on.</description>
      <pubDate>Fri, 23 Nov 2018 09:31:41 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Formatting-of-PM-posts/m-p/1591325#M14889</guid>
      <dc:creator>jaread83</dc:creator>
      <dc:date>2018-11-23T09:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting of PM posts</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Formatting-of-PM-posts/m-p/1591348#M14890</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4"&gt;@jaread83&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for the prompt fix.&amp;nbsp; I do wish similar hacks offered elsewhere could be snuck in so quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Nov 2018 10:26:23 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Formatting-of-PM-posts/m-p/1591348#M14890</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2018-11-23T10:26:23Z</dc:date>
    </item>
  </channel>
</rss>

