<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Bigger &quot;Code&quot; tag | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/1725</link>
    <description>Recent comments on userscript: Bigger &quot;Code&quot; tag</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by arantius @ Sat, 29 Apr 2006 13:56:48 -0500</title>
      <description>&lt;p&gt;There's a much better way to do this, and it's called userContent.css:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.mozilla.org/support/firefox/edit#content&quot;&gt;http://www.mozilla.org/support/firefox/edit#con...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Put in a rule like:&lt;/p&gt;

&lt;p&gt;code, code *, pre, pre * {
&lt;br /&gt;  font-size: 12pt;
&lt;br /&gt;}&lt;/p&gt;</description>
      <pubDate>Sat, 29 Apr 2006 13:56:48 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11424:28338</guid>
      <author>arantius</author>
      <link>http://userscripts.org/topics/11424</link>
    </item>
    <item>
      <title>Archived Comments, replied by cigno5.5 @ Sun, 02 Oct 2005 00:30:20 -0500</title>
      <description>&lt;p&gt;nitro322, the problem is that sourceforge use a  &quot;font&quot; tag inside &quot;pre&quot; tag. In the &quot;font&quot; tag attribute &quot;size&quot; is setted to &quot;-1&quot;, my script add a style attribute into &quot;pre&quot; tag but the font tag set a specific size for a specific text part, so my &quot;12px&quot; that i setted was completely ignored!! I'm sorry, but is not my script and isn't your browser...it's sourceforge!
&lt;br /&gt;(but i could write a new script to avoid this!)&lt;/p&gt;</description>
      <pubDate>Sun, 02 Oct 2005 00:30:20 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11424:28339</guid>
      <author>cigno5.5</author>
      <link>http://userscripts.org/topics/11424</link>
    </item>
    <item>
      <title>Archived Comments, replied by nitro322 @ Sat, 01 Oct 2005 05:26:51 -0500</title>
      <description>&lt;p&gt;Thanks, cigno5.5!  However, I still can't get this to work correctly with &quot;pre&quot; tags.  Check out this page as an example:
&lt;br /&gt;&lt;a href=&quot;http://programming.newsforge.com/programming/05/08/29/1638201.shtml?tid=109&quot;&gt;http://programming.newsforge.com/programming/05...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Under the Magic heading, it use &quot;code&quot; tags to format fixed-width text, and your extension reseized it perfectly.  However, the History section just below use &quot;pre&quot; tags to do the same.  No matter what I try, I cannot get that section to be resized.  Maybe Newsforge is doing something odd to prevent it?  Or maybe it's just my browser...&lt;/p&gt;

&lt;p&gt;Anyway, thanks for the help with this.  Very cool extension.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Oct 2005 05:26:51 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11424:28340</guid>
      <author>nitro322</author>
      <link>http://userscripts.org/topics/11424</link>
    </item>
    <item>
      <title>Archived Comments, replied by cigno5.5 @ Thu, 29 Sep 2005 00:15:26 -0500</title>
      <description>nitro322, i did a simple modification and i updated the script. The code to resize &quot;pre&quot; tag is identical to the code for &quot;code&quot; tag. i haven't found problems! &lt;br /&gt;
the only tedious thing is that &quot;pre&quot; tag works as preformatted text and, for example, this page, after updating script, is wrong rendered because your comment throws out from &quot;column&quot;</description>
      <pubDate>Thu, 29 Sep 2005 00:15:26 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11424:28341</guid>
      <author>cigno5.5</author>
      <link>http://userscripts.org/topics/11424</link>
    </item>
    <item>
      <title>Archived Comments, replied by cigno5.5 @ Wed, 28 Sep 2005 12:51:00 -0500</title>
      <description>&lt;p&gt;this cms use &quot;markdown&quot; input type (see &lt;a href=&quot;http://daringfireball.net/projects/markdown/&quot;&gt;http://daringfireball.net/projects/markdown/&lt;/a&gt;) if you edit destcription of an your script you'll see the advertise on top. &lt;/p&gt;

&lt;p&gt;about the &quot;bug&quot; you reported i'll try to solve your problem!&lt;/p&gt;</description>
      <pubDate>Wed, 28 Sep 2005 12:51:00 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11424:28342</guid>
      <author>cigno5.5</author>
      <link>http://userscripts.org/topics/11424</link>
    </item>
    <item>
      <title>Archived Comments, replied by nitro322 @ Tue, 27 Sep 2005 15:04:44 -0500</title>
      <description>&lt;p&gt;OK, I apologize about the above comment.  It was in reference to &amp;lt; pre &gt; tags, which apparently get rendered by this CMS.  The question was asking if the same properties applied to &amp;lt; code &gt; tags could also be applied to &amp;lt; pre &gt;.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</description>
      <pubDate>Tue, 27 Sep 2005 15:04:44 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11424:28343</guid>
      <author>nitro322</author>
      <link>http://userscripts.org/topics/11424</link>
    </item>
    <item>
      <title>Archived Comments, replied by nitro322 @ Tue, 27 Sep 2005 15:02:55 -0500</title>
      <description>&lt;p&gt;Great script, but it's somewhat incomplete.  Many sites use &lt;pre&gt; tags to show formatted code, which is also rendered obnoxiously small by Firefox.  I tried modifying your script to apply to &lt;pre&gt; tags as well, but I couldn't get it to work.  I was able to make changes to other tags, but nothing I did seemed to affect &lt;pre&gt;.

Could you please add this functionality?  Or is this even possible?

Thanks.&lt;/pre&gt;&lt;/pre&gt;&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 27 Sep 2005 15:02:55 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:11424:28344</guid>
      <author>nitro322</author>
      <link>http://userscripts.org/topics/11424</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:06:10 -0600</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Tue, 16 Nov 2004 19:06:10 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:11424:28337</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/11424</link>
    </item>
  </channel>
</rss>
