<?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 menu selection buttons</title>
		<link>http://en.forums.wordpress.com/topic/rounded-menu-selection-buttons</link>
		<description>WordPress.com Forums &#187; Topic: rounded menu selection buttons</description>
		<language>en</language>
		<pubDate>Sat, 18 May 2013 10:13:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/rounded-menu-selection-buttons" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "rounded menu selection buttons"</title>
			<link>http://en.forums.wordpress.com/topic/rounded-menu-selection-buttons#post-952771</link>
			<pubDate>Sun, 22 Jul 2012 18:02:50 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">952771@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry, change the border-radius declaration values in the second bit of code as follows:</p>
<p><code>border-radius: 0 0 5px 5px;</code>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "rounded menu selection buttons"</title>
			<link>http://en.forums.wordpress.com/topic/rounded-menu-selection-buttons#post-952756</link>
			<pubDate>Sun, 22 Jul 2012 17:40:14 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">952756@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'll offer two for you to try. The first does the border radius and shadow on the blue section only, to match the menu tabs. The second adds radius to the bottom corners of the bottom section.</p>
<pre><code>.milestone-widget .milestone-header {
border-radius: 5px 5px 5px 5px;
box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
position: relative;
}</code></pre>
<pre><code>.milestone-countdown, .milestone-message {
border-radius: 0 5px 5px 0;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>cherylmarieknits on "rounded menu selection buttons"</title>
			<link>http://en.forums.wordpress.com/topic/rounded-menu-selection-buttons#post-952504</link>
			<pubDate>Sun, 22 Jul 2012 13:13:04 +0000</pubDate>
			<dc:creator>cherylmarieknits</dc:creator>
			<guid isPermaLink="false">952504@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Works perfect - thanks!</p>
<p>In keeping with that look... I have a Milestone Widget whose title is in a square block as well - is there a similar way in which I can round the borders of that Event Title box?</p>
<p>cherylmarieknits.com
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "rounded menu selection buttons"</title>
			<link>http://en.forums.wordpress.com/topic/rounded-menu-selection-buttons#post-952206</link>
			<pubDate>Sun, 22 Jul 2012 02:01:45 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">952206@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Add this to the end of any existing custom CSS you have and then you can adjust the 5px values. Note that the CSS tidy thing here at wordpress may strip some of the declarations below out. It has in the past, but hopefully it won't now.</p>
<pre><code>#access li, #access a {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>cherylmarieknits on "rounded menu selection buttons"</title>
			<link>http://en.forums.wordpress.com/topic/rounded-menu-selection-buttons#post-951566</link>
			<pubDate>Sat, 21 Jul 2012 13:00:17 +0000</pubDate>
			<dc:creator>cherylmarieknits</dc:creator>
			<guid isPermaLink="false">951566@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Using the Retro-fitted theme - is there a way to alter the look of the "square" menu bar boxes on homepage?  i.e., can I make them rounded boxes with shading?</p>
<p>Thanks,<br />
cherylmarieknits.com
</p>
]]></description>
					</item>

	</channel>
</rss>
