<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>micro - styling paged sections Comments</title>
  <id>tag:micro.seaofclouds.com,2008:/2007/3/21/styling-paged-sections/comments</id>
  <generator version="0.7.3" uri="http://mephistoblog.com">Mephisto Noh-Varr</generator>
  <link href="http://micro.seaofclouds.com/2007/3/21/styling-paged-sections/comments.xml" rel="self" type="application/atom+xml"/>
  <link href="/2007/3/21/styling-paged-sections" rel="alternate" type="text/html"/>
  <updated>2007-06-27T02:25:41Z</updated>
  <entry xml:base="http://micro.seaofclouds.com/">
    <author>
      <name>todd</name>
    </author>
    <id>tag:micro.seaofclouds.com,2007-03-21:10:110</id>
    <published>2007-06-27T02:25:41Z</published>
    <updated>2007-06-27T02:25:41Z</updated>
    <category term="usage"/>
    <link href="http://micro.seaofclouds.com/2007/3/21/styling-paged-sections" rel="alternate" type="text/html"/>
    <title>Comment on 'styling paged sections' by todd</title>
<content type="html">&lt;p&gt;thanks again, bug. i&#8217;m finally getting these changes into svn.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://micro.seaofclouds.com/">
    <author>
      <name>bug</name>
    </author>
    <id>tag:micro.seaofclouds.com,2007-03-21:10:19</id>
    <published>2007-04-12T17:45:54Z</published>
    <updated>2007-04-12T17:45:54Z</updated>
    <category term="usage"/>
    <link href="http://micro.seaofclouds.com/2007/3/21/styling-paged-sections" rel="alternate" type="text/html"/>
    <title>Comment on 'styling paged sections' by bug</title>
<content type="html">&lt;p&gt;two more things&#8230;micro renders pretty crappily in IE without these two changes:&lt;/p&gt;


in green.css, remove line 12 and add this, starting at 11:
&lt;pre&gt;&lt;code&gt;
#custom-doc {
  background-color:#566056;       /* medium grey-green */
}
&lt;/code&gt;&lt;/pre&gt;

in single.liquid, move line 1 to the end:
&lt;pre&gt;&lt;code&gt;
{% unless mode == 'page' %}
  {% include 'entry' %}
  {% include 'comments' %}
{% else %}
  {% include 'page' %}
{% endunless %}

{% include 'entry_rdf' %}
&lt;/code&gt;&lt;/pre&gt;</content>  </entry>
  <entry xml:base="http://micro.seaofclouds.com/">
    <author>
      <name>bug</name>
    </author>
    <id>tag:micro.seaofclouds.com,2007-03-21:10:18</id>
    <published>2007-04-09T17:31:34Z</published>
    <updated>2007-04-09T17:31:34Z</updated>
    <category term="usage"/>
    <link href="http://micro.seaofclouds.com/2007/3/21/styling-paged-sections" rel="alternate" type="text/html"/>
    <title>Comment on 'styling paged sections' by bug</title>
<content type="html">&lt;p&gt;Thanks, well, I owe it to you.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://micro.seaofclouds.com/">
    <author>
      <name>todd</name>
    </author>
    <id>tag:micro.seaofclouds.com,2007-03-21:10:17</id>
    <published>2007-04-09T04:56:09Z</published>
    <updated>2007-04-09T04:56:09Z</updated>
    <category term="usage"/>
    <link href="http://micro.seaofclouds.com/2007/3/21/styling-paged-sections" rel="alternate" type="text/html"/>
    <title>Comment on 'styling paged sections' by todd</title>
<content type="html">&lt;p&gt;thanks, bug. i&#8217;ll add these to svn soon. it looks like i can finally add the comments block to the footer. your site looks great, btw.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://micro.seaofclouds.com/">
    <author>
      <name>fortyseventeen</name>
    </author>
    <id>tag:micro.seaofclouds.com,2007-03-21:10:16</id>
    <published>2007-04-04T01:16:09Z</published>
    <updated>2007-04-04T01:16:09Z</updated>
    <category term="usage"/>
    <link href="http://micro.seaofclouds.com/2007/3/21/styling-paged-sections" rel="alternate" type="text/html"/>
    <title>Comment on 'styling paged sections' by fortyseventeen</title>
<content type="html">One more bug in archive.liquid, line 4:
&lt;pre&gt;&lt;code&gt;   &amp;lt;h1 class=&quot;header&quot;&amp;gt;{{ article.published_at | date: &quot;%B %Y&quot; }}&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/pre&gt;</content>  </entry>
  <entry xml:base="http://micro.seaofclouds.com/">
    <author>
      <name>fortyseventeen</name>
    </author>
    <id>tag:micro.seaofclouds.com,2007-03-21:10:15</id>
    <published>2007-04-03T17:59:00Z</published>
    <updated>2007-04-03T17:59:00Z</updated>
    <category term="usage"/>
    <link href="http://micro.seaofclouds.com/2007/3/21/styling-paged-sections" rel="alternate" type="text/html"/>
    <title>Comment on 'styling paged sections' by fortyseventeen</title>
<content type="html">&lt;p&gt;Oops, I have those two params backward.  You get the idea.&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://micro.seaofclouds.com/">
    <author>
      <name>fortyseventeen</name>
    </author>
    <id>tag:micro.seaofclouds.com,2007-03-21:10:14</id>
    <published>2007-04-03T17:53:51Z</published>
    <updated>2007-04-03T17:53:51Z</updated>
    <category term="usage"/>
    <link href="http://micro.seaofclouds.com/2007/3/21/styling-paged-sections" rel="alternate" type="text/html"/>
    <title>Comment on 'styling paged sections' by fortyseventeen</title>
<content type="html">Found the bug.  Starting at line 370 in layout.css:
&lt;pre&gt;&lt;code&gt;.commentmetadata{
  background-image:url(/images/comment_quote-small.gif);    
  background-repeat:no-repeat;
  background-position:top 50px;
  padding-top:10px;
  padding-left:10px;
  color:#555;
  text-transform:lowercase;
}&lt;/code&gt;&lt;/pre&gt;
Quirksmode says some browsers don&#8217;t recognize &lt;a href=&quot;http://www.quirksmode.org/css/backgroundposition.html&quot;&gt;background-position&lt;/a&gt; when it&#8217;s given parameters that mix keywords and pixel values.  That makes for an easy fix:
&lt;pre&gt;&lt;code&gt;  background-position:0px 50px;&lt;/code&gt;&lt;/pre&gt;</content>  </entry>
  <entry xml:base="http://micro.seaofclouds.com/">
    <author>
      <name>fortyseventeen</name>
    </author>
    <id>tag:micro.seaofclouds.com,2007-03-21:10:13</id>
    <published>2007-03-29T23:02:48Z</published>
    <updated>2007-03-29T23:02:48Z</updated>
    <category term="usage"/>
    <link href="http://micro.seaofclouds.com/2007/3/21/styling-paged-sections" rel="alternate" type="text/html"/>
    <title>Comment on 'styling paged sections' by fortyseventeen</title>
<content type="html">&lt;p&gt;Oh, and before I forget, Firefox renders the comment speech bubble a bit strangely: the tail of the bubble appears behind the gravatar instead of to the right of it.  I&#8217;ll try to find a fix for this one&#8230;&lt;/p&gt;</content>  </entry>
  <entry xml:base="http://micro.seaofclouds.com/">
    <author>
      <name>fortyseventeen</name>
    </author>
    <id>tag:micro.seaofclouds.com,2007-03-21:10:12</id>
    <published>2007-03-29T22:49:15Z</published>
    <updated>2007-03-29T22:49:15Z</updated>
    <category term="usage"/>
    <link href="http://micro.seaofclouds.com/2007/3/21/styling-paged-sections" rel="alternate" type="text/html"/>
    <title>Comment on 'styling paged sections' by fortyseventeen</title>
<content type="html">&lt;p&gt;I absolutely love the theme, and feel shameful ripping off your weeks of work on it.  I have a question, though: how did you implement the size_tag filter?  The tag cloud seems to want to use it.  (I imagine it&#8217;s pretty simple&#8230;)&lt;/p&gt;</content>  </entry>
</feed>
