<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Комментарии к записи: Developing pretty buttons with css best practices</title>
	<atom:link href="http://torqueo.net/developing-pretty-buttons-with-css-best-practices/feed/" rel="self" type="application/rss+xml" />
	<link>http://torqueo.net/developing-pretty-buttons-with-css-best-practices/</link>
	<description>Всё в кучу!</description>
	<pubDate>Sat, 19 May 2012 00:43:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Автор: SMiGL</title>
		<link>http://torqueo.net/developing-pretty-buttons-with-css-best-practices/comment-page-1/#comment-1056</link>
		<dc:creator>SMiGL</dc:creator>
		<pubDate>Wed, 23 Dec 2009 18:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://torqueo.net/?p=307#comment-1056</guid>
		<description>Simple and helful. Thanks</description>
		<content:encoded><![CDATA[<p>Simple and helful. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Ouch!</title>
		<link>http://torqueo.net/developing-pretty-buttons-with-css-best-practices/comment-page-1/#comment-966</link>
		<dc:creator>Ouch!</dc:creator>
		<pubDate>Thu, 10 Dec 2009 18:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://torqueo.net/?p=307#comment-966</guid>
		<description>If you click on the button and then release the button is focused now. You need remove "a.btn:focus" selector from this style:

&lt;code&gt;        a.btn:hover,
        a.btn:focus {
            background-position: right -72px;
            color: #fff;
            text-shadow: 0 -1px 1px #555;
        }&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>If you click on the button and then release the button is focused now. You need remove &#8220;a.btn:focus&#8221; selector from this style:</p>
<p><code>        a.btn:hover,<br />
        a.btn:focus {<br />
            background-position: right -72px;<br />
            color: #fff;<br />
            text-shadow: 0 -1px 1px #555;<br />
        }</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: tigerfoot</title>
		<link>http://torqueo.net/developing-pretty-buttons-with-css-best-practices/comment-page-1/#comment-964</link>
		<dc:creator>tigerfoot</dc:creator>
		<pubDate>Thu, 10 Dec 2009 15:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://torqueo.net/?p=307#comment-964</guid>
		<description>I noticed that when you click on a button the color remains dark.  How can I modify your css so that when I click (and release the button) it goes back to the original color?</description>
		<content:encoded><![CDATA[<p>I noticed that when you click on a button the color remains dark.  How can I modify your css so that when I click (and release the button) it goes back to the original color?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

