<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>A grandes rasgos... &#187; Blog de Rafael Crespillo</title>
	<atom:link href="http://agrandesrasgos.com/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://agrandesrasgos.com</link>
	<description>en Fuente Palmera y Colonia</description>
	<lastBuildDate>Sat, 17 Dec 2011 13:03:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/es/</creativeCommons:license>
	<!-- added to the content header -->	<item>
		<title>Espacio entre posts en WordPress</title>
		<link>http://agrandesrasgos.com/espacio-entre-posts-en-wordpress</link>
		<comments>http://agrandesrasgos.com/espacio-entre-posts-en-wordpress#comments</comments>
		<pubDate>Sun, 18 May 2008 21:17:20 +0000</pubDate>
		<dc:creator>RC</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://agrandesrasgos.com/?p=225</guid>
		<description><![CDATA[En determinados themes de WordPress los posts pueden quedar muy juntos uno de otro. O incluso es necesaria una separación para insertar un dibujo. A través de CSS [..]]]></description>
			<content:encoded><![CDATA[<p>En determinados themes de WordPress los posts pueden quedar muy juntos uno de otro. O incluso es necesaria una separación para insertar un dibujo. A través de CSS podemos aumentarlo.<br />
<code><br />
.post {<br />
padding-bottom: 20px;<br />
}</code></p>
<p>Simplemente cambiando el valor por el que queramos.</p>
<p>También podemos cambiar el espacio entre el título y el contenido del post con<br />
<code><br />
.storytitle {<br />
padding-bottom: 20px;<br />
}<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://agrandesrasgos.com/espacio-entre-posts-en-wordpress/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/es/</creativeCommons:license>
	</item>
		<item>
		<title>Línea horizontal en WordPress</title>
		<link>http://agrandesrasgos.com/linea-horizontal-en-wordpress</link>
		<comments>http://agrandesrasgos.com/linea-horizontal-en-wordpress#comments</comments>
		<pubDate>Sun, 18 May 2008 19:35:16 +0000</pubDate>
		<dc:creator>RC</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[horizontal rule]]></category>
		<category><![CDATA[linea horizontal]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://agrandesrasgos.com/?p=222</guid>
		<description><![CDATA[En los blogs bajo WordPress no están permitidas la lineas horizontales (horizontal rule) que tan útiles han sido en el HTML de toda la vida para organizar y [..]]]></description>
			<content:encoded><![CDATA[<p>En los blogs bajo WordPress no están permitidas la lineas horizontales (horizontal rule) que tan útiles han sido en el HTML de toda la vida para organizar y estructurar una página. Lo que inhibe esas líneas lo tenemos en la CSS de wordpress. Ahí podemos encontrar el siguiente código:</p>
<p><code><br />
hr {</p>
<p>display: none;</p>
<p>}</p>
<p></code></p>
<p>Lo cual simplemente hace que cuando escribas una línea, bien mediante edición HTML o bien mediante Tiny Editor o algún otro WYSIWYG, no aparezca.</p>
<p>Para solucionar esto, si quieres poner alguna línea para separar conceptos o lo que sea, simplemente puede borrar ese trozo de código, o mejor escribir la línea de otra forma:</p>
<pre style='color:#000000;background:#ffffff;'><span style='color:#808030; '>&lt;</span>hr style<span style='color:#808030; '>=</span><span style='color:#800000; '>"</span><span style='color:#0000e6; '>display:block;</span><span style='color:#800000; '>"</span> <span style='color:#808030; '>/</span><span style='color:#808030; '>></span>
</pre>
<p>con lo que esa línea en concreto sí será representada.</p>
<hr style="display:block;" size="2" />
<p>Por cierto, ni que decir tiene, que una <strong>línea horizontal</strong> es aquella que es paralela al horizonte, o cuya cota es constante. Y la <strong>línea vertical</strong> es la perpendicular a la horizontal, y forma con ella un ángulo recto.</p>
]]></content:encoded>
			<wfw:commentRss>http://agrandesrasgos.com/linea-horizontal-en-wordpress/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/es/</creativeCommons:license>
	</item>
	<!-- added to the content footer --></channel>
</rss>

