<?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/"
	>

<channel>
	<title>Flav36rs &#187; aqua</title>
	<atom:link href="http://flav36rs.com/tag/aqua/feed/" rel="self" type="application/rss+xml" />
	<link>http://flav36rs.com</link>
	<description>Just another technical blog</description>
	<lastBuildDate>Mon, 12 Sep 2011 16:56:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>CSS: Targeting Safari 3 only</title>
		<link>http://flav36rs.com/2009/01/17/css-targetting-safari-3-only/</link>
		<comments>http://flav36rs.com/2009/01/17/css-targetting-safari-3-only/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 13:43:24 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[aqua]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[target]]></category>

		<guid isPermaLink="false">http://sha.re.it/?p=93</guid>
		<description><![CDATA[Although Safari 3 tends to render layouts the same as the other leading popular browsers, it prefers to use it&#8217;s &#8220;aqua&#8221; button styling for standard sized form buttons. One solution for this is to set a dimension (width or height) &#8230; <a href="http://flav36rs.com/2009/01/17/css-targetting-safari-3-only/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Although Safari 3 tends to render layouts the same as the other leading popular browsers, it prefers to use it&#8217;s &#8220;aqua&#8221; button styling for standard sized form buttons.</p>
<p>One solution for this is to set a dimension (width or height) to the button.</p>
<p>To target Safari 3 in CSS you can use the following to add or override any existing attributes, such as the height of a button:</p>
<pre lang="css">@media screen and (-webkit-min-device-pixel-ratio:0) {
	button {
		height: 40px;
	}
}</pre>
<p>If required, multiple selectors can be added into a single block.</p>
]]></content:encoded>
			<wfw:commentRss>http://flav36rs.com/2009/01/17/css-targetting-safari-3-only/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

