<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Tag: corners - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/corners</link>
		<description>Support Forum - Tag: corners - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 17:56:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/corners" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Round corners for boxed layout: CSS don&#039;t work"</title>
			<link>http://www.kriesi.at/support/topic/round-corners-for-boxed-layout-css-dont-work#post-54946</link>
			<pubDate>Mon, 07 May 2012 06:11:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">54946@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; It's quite tricky to add rounded corners to corona - you need to use following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.submenu, #header{
    border-radius: 11px 11px 0 0;
}

.boxed #wrap_all{
 border-radius: 11px;
}

#socket {
    border-radius:  0 0 11px 11px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Round corners for boxed layout: CSS don&#039;t work"</title>
			<link>http://www.kriesi.at/support/topic/round-corners-for-boxed-layout-css-dont-work#post-54505</link>
			<pubDate>Thu, 03 May 2012 15:26:07 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">54505@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;is the CORONA forum still alive? Sorry, but I bump this again, it's already 5 days old ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Round corners for boxed layout: CSS don&#039;t work"</title>
			<link>http://www.kriesi.at/support/topic/round-corners-for-boxed-layout-css-dont-work#post-54095</link>
			<pubDate>Tue, 01 May 2012 09:03:28 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">54095@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I opened my site for today, although it is not yet ready:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tinyurl.com/7vtuj3j&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/7vtuj3j&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Round corners for boxed layout: CSS don&#039;t work"</title>
			<link>http://www.kriesi.at/support/topic/round-corners-for-boxed-layout-css-dont-work#post-53749</link>
			<pubDate>Fri, 27 Apr 2012 19:13:16 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">53749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, may I send you login data, because my site is still in maintenance mode and not ready for public? Where do I sent them?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Round corners for boxed layout: CSS don&#039;t work"</title>
			<link>http://www.kriesi.at/support/topic/round-corners-for-boxed-layout-css-dont-work#post-53732</link>
			<pubDate>Fri, 27 Apr 2012 16:56:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">53732@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Kindly post a link to your site. Thank you. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Round corners for boxed layout: CSS don&#039;t work"</title>
			<link>http://www.kriesi.at/support/topic/round-corners-for-boxed-layout-css-dont-work#post-53706</link>
			<pubDate>Fri, 27 Apr 2012 14:12:38 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">53706@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have added to my custom.css&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
.boxed #wrap_all {&#60;br /&#62;
    border-color: #A0918A;&#60;br /&#62;
    border-radius: 14px 14px 14px 14px;&#60;br /&#62;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);&#60;br /&#62;
	margin: 30px auto;&#60;br /&#62;
border-color: #AAAAAA #AAAAAA -moz-use-text-color;&#60;br /&#62;
border-style: solid solid none;&#60;br /&#62;
border-width: 1px 1px medium;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to achieve with my boxed layout rounded corners. But this CSS have no effect at all and I don't understand why. The shadows work, but the rounded corners not:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i46.tinypic.com/35ioepk.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i46.tinypic.com/35ioepk.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not so familiar with CSS, but it seems that it its a matter of z-index, the &#34;header&#34; and its container prevent the &#34;#wrap_all&#34; container from being visible with its round corners.&#60;/p&#62;
&#60;p&#62;Any ideas?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "portfolio item image border with round corners"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-image-border-with-round-corners#post-37905</link>
			<pubDate>Tue, 17 Jan 2012 09:35:09 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">37905@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;okay here is the solution if you only want to give a border to the small images of the portfolio.&#60;/p&#62;
&#60;p&#62;it works if you add a class to the portfolio items.&#60;br /&#62;
to do so go to the loop-portfolio.php and replace the line&#60;br /&#62;
&#60;code&#62;&#38;lt;div class=&#38;#39;post-entry one_third all_sort &#38;lt;?php echo $sort_classes.$extraClass; ?&#38;gt;&#38;#39;&#38;gt;&#60;/code&#62;&#60;br /&#62;
with&#60;br /&#62;
&#60;code&#62;&#38;lt;div class=&#38;#39;portfolio-image post-entry one_third all_sort &#38;lt;?php echo $sort_classes.$extraClass; ?&#38;gt;&#38;#39;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;now enter this in the custom css section of the broadscope theme:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .portfolio-image .slideshow {
background: #ffffff;
width:239px; /* width of small portfolio images - 2 x width of the border */
border: 2px solid #35496C;
border-radius: 25px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;now you have a border around the portfolio items but when you click on them the huge feature image is still not touched.&#60;br /&#62;
problem solved!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "portfolio item image border with round corners"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-image-border-with-round-corners#post-37818</link>
			<pubDate>Mon, 16 Jan 2012 14:46:57 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">37818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey dude i tried to set the width of the image and regenerate the thumbnails a couple of times.&#60;br /&#62;
this doesn't solve the problem.&#60;/p&#62;
&#60;p&#62;i found out that each portfolio grid image has a background and you have to limitate the width of it.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow {
background: #ffffff;
width: 239px;
border: 2px solid #11479F;
border-radius: 25px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;did the trick for me this time.&#60;/p&#62;
&#60;p&#62;there is only one annyoing thing. whenever you klick at the title of a portfolio item there single item feature image is going to be limited too.&#60;br /&#62;
how can you keep the settings only for small portfolio images?&#60;br /&#62;
i didn't find a class or something...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "portfolio item image border with round corners"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-image-border-with-round-corners#post-37806</link>
			<pubDate>Mon, 16 Jan 2012 13:49:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37806@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think this requires a thumbnail size adjustment (depending on the border size) because the border pushes the image towards the right. Maybe try to change the size of the thumbnails based on the border width (current image width/height - 2x border width).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "portfolio item image border with round corners"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-image-border-with-round-corners#post-37780</link>
			<pubDate>Mon, 16 Jan 2012 10:57:41 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">37780@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;any news about the right border?&#60;br /&#62;
regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "portfolio item image border with round corners"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-image-border-with-round-corners#post-37567</link>
			<pubDate>Fri, 13 Jan 2012 10:51:52 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">37567@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;okay i created you an admin account and sent it to your email.&#60;br /&#62;
the site since it's designed as intern and you need a login to see the content.&#60;br /&#62;
you can also checkout the logo problem.&#60;br /&#62;
best regards&#60;br /&#62;
thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "portfolio item image border with round corners"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-image-border-with-round-corners#post-37530</link>
			<pubDate>Fri, 13 Jan 2012 08:15:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37530@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
can you post a link please? I'll investigate the portfolio with firebug.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "portfolio item image border with round corners"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-image-border-with-round-corners#post-37495</link>
			<pubDate>Thu, 12 Jan 2012 21:17:54 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">37495@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks this is working good.&#60;/p&#62;
&#60;p&#62;i'd like to add some borders around the images and was thinking of&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow {
border: 2px solid black;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;it appears on left, up and down but not at the right side of the images.&#60;br /&#62;
how do i get this fixed?&#60;br /&#62;
regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "portfolio item image border with round corners"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-image-border-with-round-corners#post-37350</link>
			<pubDate>Wed, 11 Jan 2012 17:50:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37350@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You could add css3 border corners. Use following code and adjust the radius value as required:&#60;/p&#62;
&#60;p&#62;#top .slideshow {&#60;br /&#62;
    border-radius: 4px;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "portfolio item image border with round corners"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-image-border-with-round-corners#post-37317</link>
			<pubDate>Wed, 11 Jan 2012 13:50:31 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">37317@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi there,&#60;/p&#62;
&#60;p&#62;how can i give the pictures in the portefoltio section a border with round corners?&#60;br /&#62;
all my best&#60;br /&#62;
b.rouge
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How can I add rounded corners to portfolio page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-add-rounded-corners-to-portfolio-page#post-29137</link>
			<pubDate>Mon, 10 Oct 2011 07:20:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29137@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>srosales on "How can I add rounded corners to portfolio page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-add-rounded-corners-to-portfolio-page#post-29112</link>
			<pubDate>Mon, 10 Oct 2011 01:24:03 +0000</pubDate>
			<dc:creator>srosales</dc:creator>
			<guid isPermaLink="false">29112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1.) Worked like a charm, thank you!  And thanks for the heads up on the browsers.&#60;/p&#62;
&#60;p&#62;2.) NP, thanks, I figured as much... :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How can I add rounded corners to portfolio page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-add-rounded-corners-to-portfolio-page#post-29025</link>
			<pubDate>Sun, 09 Oct 2011 08:01:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29025@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) You can use css3 to add rounded corners (however only newer browsers support this feature). Open up style.css and add following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.portfolio_entry .box_small a img{
border-radius: 4px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can increase/decrease the radius value.&#60;/p&#62;
&#60;p&#62;2) Adding shadows is not easily possible.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>srosales on "How can I add rounded corners to portfolio page?"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-add-rounded-corners-to-portfolio-page#post-29017</link>
			<pubDate>Sun, 09 Oct 2011 00:00:34 +0000</pubDate>
			<dc:creator>srosales</dc:creator>
			<guid isPermaLink="false">29017@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, is there a way to add rounded corners to the images in the portfolio page of Display theme?  &#60;/p&#62;
&#60;p&#62;Is it possible to add a drop shadow under each image in the gallery as well?&#60;/p&#62;
&#60;p&#62;Which files would I need to edit?  Thank you!  I'm currently looking at template_portfolio.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing the curvy corners on images"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-curvy-corners-on-images#post-28797</link>
			<pubDate>Thu, 06 Oct 2011 10:31:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28797@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>identityconsulting on "Removing the curvy corners on images"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-curvy-corners-on-images#post-28789</link>
			<pubDate>Thu, 06 Oct 2011 09:06:20 +0000</pubDate>
			<dc:creator>identityconsulting</dc:creator>
			<guid isPermaLink="false">28789@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked perfectly, thankyou!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing the curvy corners on images"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-curvy-corners-on-images#post-28710</link>
			<pubDate>Wed, 05 Oct 2011 19:15:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28710@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.rounded, .sidebar, #top .slideshow {
    border-radius: 0 !important;
}

.rounded_corner{
background: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>identityconsulting on "Removing the curvy corners on images"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-curvy-corners-on-images#post-28668</link>
			<pubDate>Wed, 05 Oct 2011 10:13:59 +0000</pubDate>
			<dc:creator>identityconsulting</dc:creator>
			<guid isPermaLink="false">28668@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hmm, added to quickcss, but doesn't seem to affected anything. My assumption was that I'd have to put in a seperate css alteration for each type of image I wanted to remove the edges from?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing the curvy corners on images"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-curvy-corners-on-images#post-28665</link>
			<pubDate>Wed, 05 Oct 2011 08:47:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28665@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in css/custom.css add:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow {
    border-radius: 0px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>identityconsulting on "Removing the curvy corners on images"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-curvy-corners-on-images#post-28663</link>
			<pubDate>Wed, 05 Oct 2011 08:37:33 +0000</pubDate>
			<dc:creator>identityconsulting</dc:creator>
			<guid isPermaLink="false">28663@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
My link is &#60;a href=&#34;http://www.identityconsulting.co.uk/Newsite/&#34; rel=&#34;nofollow&#34;&#62;http://www.identityconsulting.co.uk/Newsite/&#60;/a&#62;&#60;br /&#62;
I want to remove the rounded edges from the feature image on the front page, the images on the portfolio page and entries, and the blog entry images.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Removing the curvy corners on images"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-curvy-corners-on-images#post-28629</link>
			<pubDate>Tue, 04 Oct 2011 22:42:23 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
could you provide a link and specify which images? You're looking for things related to border-radius in CSS files .. to give more specific instructions I'll need more info.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>identityconsulting on "Removing the curvy corners on images"</title>
			<link>http://www.kriesi.at/support/topic/removing-the-curvy-corners-on-images#post-28563</link>
			<pubDate>Tue, 04 Oct 2011 09:12:59 +0000</pubDate>
			<dc:creator>identityconsulting</dc:creator>
			<guid isPermaLink="false">28563@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I just wanted to ask how to remove the rounded corners from the images on my site, such as the portfolio images, etc.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Rounded Corners and Spacing Sizing Between Portfolio Items"</title>
			<link>http://www.kriesi.at/support/topic/remove-rounded-corners-and-spacing-sizing-between-portfolio-items#post-27607</link>
			<pubDate>Fri, 23 Sep 2011 06:17:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27607@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) Add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow {
    border-radius: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Try following code in css/custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.portfolio-entry-description{
margin-left: 30px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change 30px to a lower value :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Spacejunk on "Remove Rounded Corners and Spacing Sizing Between Portfolio Items"</title>
			<link>http://www.kriesi.at/support/topic/remove-rounded-corners-and-spacing-sizing-between-portfolio-items#post-27579</link>
			<pubDate>Thu, 22 Sep 2011 20:22:32 +0000</pubDate>
			<dc:creator>Spacejunk</dc:creator>
			<guid isPermaLink="false">27579@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
Great Theme!&#60;/p&#62;
&#60;p&#62;My site is &#60;a href=&#34;http://sp1.localfoundtesting.com/&#34; rel=&#34;nofollow&#34;&#62;http://sp1.localfoundtesting.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;A couple of questions. How can I removed rounded corners from both the slideshow and the portfolio items. I'm looking specifically on the front page if that means anything. I've tried zeroing out all the radius examples from the style sheet in my own custom css to no avail.&#60;/p&#62;
&#60;p&#62;Also, How do I re-size the portfolio items to effectively reduce the space between the 4 of them? &#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to edit rounded corners of tabs &#38; search area?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-edit-rounded-corners-of-tabs-search-area#post-23198</link>
			<pubDate>Thu, 21 Jul 2011 07:03:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23198@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the rouned corners are rendered by the browser and it's pure css3 magic: &#60;a href=&#34;http://www.css3.info/preview/rounded-border/&#34; rel=&#34;nofollow&#34;&#62;http://www.css3.info/preview/rounded-border/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The code can be found in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top #nav li, #top .nav li{
margin-right:3px;
float:left;
position:relative;
z-index:20;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-left-radius:3px;
-webkit-border-top-right-radius:3px;
border-top-left-radius: 3px;
border-top-right-radius:3px;
}

#top #nav li li, #top .nav li li{
border-left:none;
margin:0;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
border-top-left-radius: 0px;
border-top-right-radius:0px;
}

and

.rounded, .rounded_small, .sidebar .box, .gallery_inner, .display, #top .pagination span, #top .pagination a, .entry, .text_input, .button, textarea, .tooltip, .comment_content, .gravatar img, .date, .more-link, .wp-caption {
-moz-border-radius: 3px;
-webkit-border-radius:3px;
border-radius:3px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
