<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Rounded Corners of Images</title>
		<link>http://en.forums.wordpress.com/topic/rounded-corners-of-images</link>
		<description>WordPress.com Forums &#187; Topic: Rounded Corners of Images</description>
		<language>en</language>
		<pubDate>Sat, 18 May 2013 12:03:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/rounded-corners-of-images" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Rounded Corners of Images"</title>
			<link>http://en.forums.wordpress.com/topic/rounded-corners-of-images#post-1124743</link>
			<pubDate>Tue, 15 Jan 2013 14:29:06 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1124743@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To remove borders and round the corners of images in the content areas of the Liquorice theme, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.entry img {
	border-radius: 8px;
	border: none;
}</code></pre>
<p>The Liquorice theme also uses padding to get a border effect for images, if you just remove the padding, it will make that go away. Try this out to see what I mean:</p>
<pre><code>img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
.post-thumbnail {
	padding: 0;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>themoustachefactory on "Rounded Corners of Images"</title>
			<link>http://en.forums.wordpress.com/topic/rounded-corners-of-images#post-1115589</link>
			<pubDate>Tue, 08 Jan 2013 13:09:42 +0000</pubDate>
			<dc:creator>themoustachefactory</dc:creator>
			<guid isPermaLink="false">1115589@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How can I use the 'Style' field to round the corners of images I insert into my pages? I would also be happy if I could use CSS to round the corners of all the images I post automatically. I am not looking to have a border at all. </p>
<p>Many Thank
</p>
]]></description>
					</item>

	</channel>
</rss>
