<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Multiple tables formatted, not just MMM-Gas]]></title><description><![CDATA[<p dir="auto">I applied some CSS to the MMM-Gas table and all was looking good until I looked at all the other tables on my MM and they all took the same formatting as MMM-Gas even though I directly named the module as shown in this code snippet.  I thought that by addressing each item as shown in first CSS would prevent that.  Shouldn’t the other tables have used whatever was configured in to their module code and CSS?<br />
<code>.MMM-Gas {</code><br />
<code>something something</code><br />
<code> }</code><br />
would have prevented that.<br />
I turned off the CSS for MMM-Gas and the other tables reverted to their expected format,  Below is  CSS for couple of items.  How do I format JUST the MMM-Gas table?</p>
<p dir="auto"><code>/* ###MMM-Gas Formatting###</code><br />
<code> .MMM-Gas .table {</code><br />
<code>position: relative;</code><br />
<code>left: 20px;</code><br />
<code>width: 95%;</code><br />
<code>}</code></p>
<p dir="auto"><code>.MMM-Gas th {</code><br />
<code>position: relative;</code><br />
<code>padding: 0;</code><br />
<code>text-align: left;</code><br />
<code>font-size: 20px;</code><br />
<code>}</code></p>
]]></description><link>https://forum.magicmirror.builders/topic/15442/multiple-tables-formatted-not-just-mmm-gas</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 11:48:19 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15442.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 31 Aug 2021 02:35:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Multiple tables formatted, not just MMM-Gas on Tue, 31 Aug 2021 22:52:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankonaskiff17" aria-label="Profile: ankonaskiff17">@<bdi>ankonaskiff17</bdi></a> preferred is the way that works</p>
]]></description><link>https://forum.magicmirror.builders/post/94146</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94146</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 31 Aug 2021 22:52:26 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple tables formatted, not just MMM-Gas on Tue, 31 Aug 2021 22:48:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankonaskiff17" aria-label="Profile: ankonaskiff17">@<bdi>ankonaskiff17</bdi></a> .table is class</p>
<p dir="auto">so</p>
<p dir="auto">.MMM-gas table {<br />
}</p>
]]></description><link>https://forum.magicmirror.builders/post/94145</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94145</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 31 Aug 2021 22:48:14 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple tables formatted, not just MMM-Gas on Tue, 31 Aug 2021 20:49:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> So should be either <code>.MMM-Gas.table { }</code> or  <code>.MMM-Gas table { }</code>?  What is the preferred way?</p>
]]></description><link>https://forum.magicmirror.builders/post/94141</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94141</guid><dc:creator><![CDATA[ankonaskiff17]]></dc:creator><pubDate>Tue, 31 Aug 2021 20:49:29 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple tables formatted, not just MMM-Gas on Tue, 31 Aug 2021 19:58:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankonaskiff17" aria-label="Profile: ankonaskiff17">@<bdi>ankonaskiff17</bdi></a></p>
<p dir="auto">works better if you use the table TAG instead of the class</p>
<p dir="auto">.MMM-gas table</p>
]]></description><link>https://forum.magicmirror.builders/post/94140</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94140</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 31 Aug 2021 19:58:58 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple tables formatted, not just MMM-Gas on Tue, 31 Aug 2021 12:54:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankonaskiff17" aria-label="Profile: ankonaskiff17">@<bdi>ankonaskiff17</bdi></a> what your css said was</p>
<p dir="auto">for the module (space)<br />
if it uses .table class<br />
adjust like so</p>
<p dir="auto">what u didn’t catch was (space) .table means .table for EVERY occurance</p>
<p dir="auto">selectors are ALWAYS all matching, document wide</p>
<p dir="auto">so u need to remove the space,<br />
or<br />
provide some more operators that will make the selector more specific, &gt; and or ~</p>
<p dir="auto">(on my phone at the moment, will try when I get to the computer)</p>
]]></description><link>https://forum.magicmirror.builders/post/94131</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94131</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 31 Aug 2021 12:54:03 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple tables formatted, not just MMM-Gas on Tue, 31 Aug 2021 11:37:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cowboysdude" aria-label="Profile: cowboysdude">@<bdi>cowboysdude</bdi></a> I already have that in place.</p>
]]></description><link>https://forum.magicmirror.builders/post/94127</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94127</guid><dc:creator><![CDATA[ankonaskiff17]]></dc:creator><pubDate>Tue, 31 Aug 2021 11:37:36 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple tables formatted, not just MMM-Gas on Tue, 31 Aug 2021 11:33:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ankonaskiff17" aria-label="Profile: ankonaskiff17">@<bdi>ankonaskiff17</bdi></a></p>
<p dir="auto">Try</p>
<pre><code>MMM-Gas .table {
position: relative;
left: 20px;
width: 95%;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/94126</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94126</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Tue, 31 Aug 2021 11:33:09 GMT</pubDate></item></channel></rss>