<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://openframework.stanford.edu"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Open Framework - div</title>
 <link>https://openframework.stanford.edu/html-element/div</link>
 <description></description>
 <language>en</language>
<item>
 <title>Border None</title>
 <link>https://openframework.stanford.edu/border-none</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.border-none&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;This class provides a way to strip any existing border classes from an image.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p class=&quot;border-none&quot;&gt;&lt;img alt=&quot;clouds&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/clouds_0.png&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/html-element/p&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;p&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/span&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;span&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/style-category/image&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Image&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;p class=&quot;border-none&quot;&amp;gt;
&amp;lt;img alt=&quot;clouds&quot; src=&quot;clouds.png&quot; /&amp;gt;
&amp;lt;/p&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 17:41:32 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">67 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/border-none#comments</comments>
</item>
<item>
 <title>Border Underline</title>
 <link>https://openframework.stanford.edu/border-underline</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.border-underline&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;This class adds a 4px border below an image that does not touch the image. This class is not as useful in combination with other image classes.&lt;/p&gt;
&lt;p&gt;Because of the way Drupal works, we built this style to only be applied to wrapper tags around image tags. These classes will not work if you apply them to the image tag itself, but can work at any level of wrapper div around the image. For example at the block level you can apply the border class once, and all images in the block will get that style.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p class=&quot;border-underline&quot;&gt;&lt;img alt=&quot;waterfall&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/waterfall_3.jpg&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/html-element/p&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;p&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/span&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;span&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/style-category/image&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Image&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;p class=&quot;border-underline&quot;&amp;gt;
&amp;lt;img alt=&quot;waterfall&quot; src=&quot;waterfall.jpg&quot; /&amp;gt;
&amp;lt;/p&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 17:29:11 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">65 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/border-underline#comments</comments>
</item>
<item>
 <title>Border Bottom</title>
 <link>https://openframework.stanford.edu/border-bottom</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.border-bottom&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;This class adds a 1px border below the image using the border class. This class can be used in combination with other border classes, such as &lt;code&gt;.border-simple&lt;/code&gt;, &lt;code&gt;.border-simple-nowidth&lt;/code&gt;, and &lt;code&gt;.border-shadow&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Because of the way Drupal works, we built this style to only be applied to wrapper tags around image tags. These classes will not work if you apply them to the image tag itself, but can work at any level of wrapper div around the image. For example at the block level you can apply the border class once, and all images in the block will get that style.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p class=&quot;border-bottom&quot;&gt;&lt;img alt=&quot;clouds&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/clouds_0.png&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/html-element/p&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;p&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/span&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;span&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/style-category/image&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Image&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;p class=&quot;border-bottom&quot;&amp;gt;
&amp;lt;img alt=&quot;clouds&quot; src=&quot;clouds.png&quot; /&amp;gt;
&amp;lt;/p&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 17:27:11 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">63 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/border-bottom#comments</comments>
</item>
<item>
 <title>Border Hairline</title>
 <link>https://openframework.stanford.edu/border-hairline</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.border-hairline&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;This class adds a 1px border around images by using the border class.&lt;/p&gt;
&lt;p&gt;This class can be used in combination with other border classes, such as &lt;code&gt;.border-simple&lt;/code&gt;, &lt;code&gt;.border-simple-nowidth&lt;/code&gt;, and &lt;code&gt;.border-shadow&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Because of the way Drupal works, we built this style to only be applied to wrapper tags around image tags. These classes will not work if you apply them to the image tag itself, but can work at any level of wrapper div around the image. For example at the block level you can apply the border class once, and all images in the block will get that style.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p class=&quot;border-hairline&quot;&gt;&lt;img alt=&quot;clouds&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/clouds_0.png&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/html-element/p&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;p&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/span&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;span&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/style-category/image&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Image&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;p class=&quot;border-hairline&quot;&amp;gt;
&amp;lt;img alt=&quot;clouds&quot; src=&quot;clouds.png&quot; /&amp;gt;
&amp;lt;/p&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 17:24:29 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">61 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/border-hairline#comments</comments>
</item>
<item>
 <title>Border Shadow</title>
 <link>https://openframework.stanford.edu/border-shadow</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.border-shadow&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;This class adds a CSS3 shadow below the image.&lt;/p&gt;
&lt;p&gt;This class can be used in combination with other border classes, such as &lt;code&gt;.border-simple&lt;/code&gt;, &lt;code&gt;.border-hairline&lt;/code&gt;, &lt;code&gt;.border-bottom&lt;/code&gt;, and &lt;code&gt;.border-simple-nowidth&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Because of the way Drupal works, we built this style to only be applied to wrapper tags around image tags. These classes will not work if you apply them to the image tag itself, but can work at any level of wrapper div around the image. For example at the block level you can apply the border class once, and all images in the block will get that style.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p class=&quot;border-shadow&quot;&gt;&lt;img alt=&quot;waterfall&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/waterfall_3.jpg&quot; title=&quot;&quot; /&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/html-element/p&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;p&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/span&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;span&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/style-category/image&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Image&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;p class=&quot;border-shadow&quot;&amp;gt;
&amp;lt;img alt=&quot;waterfall&quot; src=&quot;waterfall.jpg&quot; /&amp;gt;
&amp;lt;/p&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 17:16:53 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">59 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/border-shadow#comments</comments>
</item>
<item>
 <title>Border Simple No Width</title>
 <link>https://openframework.stanford.edu/border-simple-no-width</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.border-simple-nowidth&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;This class adds a 6px border around images by using background color and padding. It does not add any width specification, so is a useful alternative when you are using this style in a postcard layout.&lt;/p&gt;
&lt;p&gt;Because this class uses a background color to add the border, it can be used in combination with other border classes, such as &lt;code&gt;.border-hairline&lt;/code&gt;, &lt;code&gt;.border-shadow&lt;/code&gt;, and &lt;code&gt;.border-bottom&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Because of the way Drupal works, we built this style to only be applied to wrapper tags around image tags. These classes will not work if you apply them to the image tag itself, but can work at any level of wrapper div around the image. For example at the block level you can apply the border class once, and all images in the block will get that style.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p class=&quot;border-simple-nowidth&quot;&gt;&lt;img alt=&quot;waterfall&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/styles/thumbnail/public/waterfall_5.jpg&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/html-element/p&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;p&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/span&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;span&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/style-category/image&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Image&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;p class=&quot;border-simple-nowidth&quot;&amp;gt;
&amp;lt;img alt=&quot;waterfall&quot; src=&quot;waterfall.jpg&quot; /&amp;gt;
&amp;lt;/p&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 17:03:12 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">57 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/border-simple-no-width#comments</comments>
</item>
<item>
 <title>Border Simple</title>
 <link>https://openframework.stanford.edu/border-simple</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.border-simple&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;This class adds a 6px border around images by using background color and padding. It does add a 100% width to the image as well, and uses a clever calc() calculation with graceful degredation.&lt;/p&gt;
&lt;p&gt;Because this class uses a background color to add the border, it can be used in combination with other border classes, such as &lt;code&gt;.border-hairline&lt;/code&gt;, &lt;code&gt;.border-shadow&lt;/code&gt;, and &lt;code&gt;.border-bottom&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Because of the way Drupal works, we built this style to only be applied to wrapper tags around image tags. These classes will not work if you apply them to the image tag itself, but can work at any level of wrapper div around the image. For example at the block level you can apply the border class once, and all images in the block will get that style.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p class=&quot;border-simple&quot;&gt;&lt;img alt=&quot;waterfall&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/waterfall_3.jpg&quot; title=&quot;&quot; /&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/html-element/p&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;p&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/span&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;span&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/style-category/image&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Image&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;p class=&quot;border-simple&quot;&amp;gt;
&amp;lt;img alt=&quot;waterfall&quot; src=&quot;waterfall.jpg&quot; /&amp;gt;
&amp;lt;/p&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 16:55:15 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">55 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/border-simple#comments</comments>
</item>
<item>
 <title>Postcard Right</title>
 <link>https://openframework.stanford.edu/postcard-right</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.postcard-right&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;Postcard layouts are micro-layouts where you want thumbnail images, or other elements side-by-side next to a block of text. To implement a postcard layout, you need to structure your code in a very specific way, as shown in the example (add the postcard class to a div wrapper, with two divs inside it). The &lt;code&gt;.postcard-right&lt;/code&gt; class does not allow for wrapping.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;div class=&quot;postcard-right&quot;&gt;
	&lt;div&gt;&lt;img alt=&quot;waterfall&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/styles/thumbnail/public/waterfall_5.jpg&quot; title=&quot;&quot; /&gt;&lt;/div&gt;
	&lt;div&gt;
		&lt;p&gt;&lt;code&gt;.postcard-right&lt;/code&gt; floats two divs side-by-side, and does not allow wrapping. You can use this to do &quot;image on the right, text on the left&quot; layouts. Postcard layouts are micro-layouts where you want thumbnail images, or other elements next to a block of text. We have built support for micro-layouts into the Open Framework theme through this postcard implementation strategy.&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/category/postcard&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Postcard&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;div class=&amp;quot;postcard-right&amp;quot;&amp;gt;
   &amp;lt;div&amp;gt;image&amp;lt;/div&amp;gt;
   &amp;lt;div&amp;gt;text&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 16:40:43 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">53 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/postcard-right#comments</comments>
</item>
<item>
 <title>Postcard Right Wrap</title>
 <link>https://openframework.stanford.edu/postcard-right-wrap</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.postcard-right-wrap&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;Postcard layouts are micro-layouts where you want thumbnail images, or other elements side-by-side next to a block of text. To implement a postcard layout, you need to structure your code in a very specific way, as shown in the example (add the postcard class to a div wrapper, with two divs inside it). The &lt;code&gt;.postcard-right-wrap&lt;/code&gt; class allows the text to wrap around the image.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;div class=&quot;postcard-right-wrap&quot;&gt;
	&lt;div&gt;&lt;img alt=&quot;waterfall&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/styles/thumbnail/public/waterfall_5.jpg&quot; title=&quot;&quot; /&gt;&lt;/div&gt;
	&lt;div&gt;
		&lt;p&gt;&lt;code&gt;.postcard-right-wrap&lt;/code&gt; floats two divs side-by-side, and allows for wrapping. You can use this to do &quot;image on the right, text on the left&quot; layouts. Postcard layouts are micro-layouts where you want thumbnail images, or other elements next to a block of text. We have built support for micro-layouts into the Open Framework theme through this postcard implementation strategy.&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/category/postcard&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Postcard&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;div class=&amp;quot;postcard-right-wrap&amp;quot;&amp;gt;
   &amp;lt;div&amp;gt;image&amp;lt;/div&amp;gt;
   &amp;lt;div&amp;gt;text&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 16:39:26 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">51 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/postcard-right-wrap#comments</comments>
</item>
<item>
 <title>Postcard Left</title>
 <link>https://openframework.stanford.edu/postcard-left</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.postcard-left&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;Postcard layouts are micro-layouts where you want thumbnail images, or other elements side-by-side next to a block of text. To implement a postcard layout, you need to structure your code in a very specific way, as shown in the example (add the postcard class to a div wrapper, with two divs inside it). The &lt;code&gt;.postcard-left&lt;/code&gt; class does not allow for wrapping.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;div class=&quot;postcard-left&quot;&gt;
	&lt;div&gt;&lt;img alt=&quot;waterfall&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/styles/thumbnail/public/waterfall_5.jpg&quot; title=&quot;&quot; /&gt;&lt;/div&gt;
	&lt;div&gt;
		&lt;p&gt;&lt;code&gt;.postcard-left&lt;/code&gt; floats two divs side-by-side, does not allow wrapping. You can use this to do &quot;image on the left, text on the right&quot; layouts. Postcard layouts are micro-layouts where you want thumbnail images, or other elements next to a block of text. We have built support for micro-layouts into the Open Framework theme through this postcard implementation strategy.&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/category/postcard&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Postcard&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;div class=&amp;quot;postcard-left&amp;quot;&amp;gt;
   &amp;lt;div&amp;gt;image&amp;lt;/div&amp;gt;
   &amp;lt;div&amp;gt;text&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 16:36:37 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">49 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/postcard-left#comments</comments>
</item>
</channel>
</rss>
