<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: WordPress 3.2 Beta Admin Tweak</title>
	<atom:link href="http://ottopress.com/2011/wordpress-3-2-beta-admin-tweak/feed/" rel="self" type="application/rss+xml" />
	<link>http://ottopress.com/2011/wordpress-3-2-beta-admin-tweak/</link>
	<description>You have to use an Ottopress to get fresh squeezed Otto.</description>
	<lastBuildDate>Tue, 21 May 2013 09:48:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta3-24284</generator>
	<item>
		<title>By: Create a Quick and Dirty Plugin to Tweak Your WordPress 3.2 UI &#124; Multidots Solutions</title>
		<link>http://ottopress.com/2011/wordpress-3-2-beta-admin-tweak/comment-page-1/#comment-9073</link>
		<dc:creator>Create a Quick and Dirty Plugin to Tweak Your WordPress 3.2 UI &#124; Multidots Solutions</dc:creator>
		<pubDate>Wed, 06 Jul 2011 09:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=533#comment-9073</guid>
		<description><![CDATA[[...] Increase size of site title and remove icons (courtesy of Otto) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Increase size of site title and remove icons (courtesy of Otto) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SFCite &#124; Blog &#124; Create a Quick and Dirty Plugin to Tweak Your WordPress 3.2 UI</title>
		<link>http://ottopress.com/2011/wordpress-3-2-beta-admin-tweak/comment-page-1/#comment-9008</link>
		<dc:creator>SFCite &#124; Blog &#124; Create a Quick and Dirty Plugin to Tweak Your WordPress 3.2 UI</dc:creator>
		<pubDate>Thu, 30 Jun 2011 07:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=533#comment-9008</guid>
		<description><![CDATA[[...] Increase size of site title and remove icons (courtesy of Otto) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Increase size of site title and remove icons (courtesy of Otto) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Create a Quick and Dirty Plugin to Tweak Your WordPress 3.2 UI &#124; WordPress News at WPMU.org</title>
		<link>http://ottopress.com/2011/wordpress-3-2-beta-admin-tweak/comment-page-1/#comment-8984</link>
		<dc:creator>Create a Quick and Dirty Plugin to Tweak Your WordPress 3.2 UI &#124; WordPress News at WPMU.org</dc:creator>
		<pubDate>Wed, 29 Jun 2011 13:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=533#comment-8984</guid>
		<description><![CDATA[[...] where you are. I think (and others do too, that the site title should be larger than the page name. Otto provided a quick fix to this, which I’ve edited as I still want the page title to be large (though not so large as the site [...]]]></description>
		<content:encoded><![CDATA[<p>[...] where you are. I think (and others do too, that the site title should be larger than the page name. Otto provided a quick fix to this, which I’ve edited as I still want the page title to be large (though not so large as the site [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poll: What are your thoughts on the new WordPress 3.2 Admin Interface? &#124; WordPress News at WPMU.org</title>
		<link>http://ottopress.com/2011/wordpress-3-2-beta-admin-tweak/comment-page-1/#comment-8631</link>
		<dc:creator>Poll: What are your thoughts on the new WordPress 3.2 Admin Interface? &#124; WordPress News at WPMU.org</dc:creator>
		<pubDate>Thu, 02 Jun 2011 13:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=533#comment-8631</guid>
		<description><![CDATA[[...] published a WordPress 3.2 Beta Admin Tweak tutorial showing how you can improve some of the issues with [...]]]></description>
		<content:encoded><![CDATA[<p>[...] published a WordPress 3.2 Beta Admin Tweak tutorial showing how you can improve some of the issues with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://ottopress.com/2011/wordpress-3-2-beta-admin-tweak/comment-page-1/#comment-8573</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Wed, 01 Jun 2011 15:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=533#comment-8573</guid>
		<description><![CDATA[Adding that makes the user info pulldown look wrong to me. The text becomes misaligned. Maybe giving it a top margin to push it down might work better, but honestly I think it looks fine as is.]]></description>
		<content:encoded><![CDATA[<p>Adding that makes the user info pulldown look wrong to me. The text becomes misaligned. Maybe giving it a top margin to push it down might work better, but honestly I think it looks fine as is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chip Bennett</title>
		<link>http://ottopress.com/2011/wordpress-3-2-beta-admin-tweak/comment-page-1/#comment-8568</link>
		<dc:creator>Chip Bennett</dc:creator>
		<pubDate>Wed, 01 Jun 2011 14:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://ottopress.com/?p=533#comment-8568</guid>
		<description><![CDATA[Nice!

A couple of additions, to make the other end of the header match the 42px line-height:
&lt;code&gt;
.wp-admin #user_info p {
	line-height: 42px;
}
.wp-admin #user_info_arrow {
	top: 7px;
}
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Nice!</p>
<p>A couple of additions, to make the other end of the header match the 42px line-height:<br />
<code><br />
.wp-admin #user_info p {<br />
	line-height: 42px;<br />
}<br />
.wp-admin #user_info_arrow {<br />
	top: 7px;<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Object Caching 361/373 objects using xcache

 Served from: ottodestruct.com @ 2013-05-21 20:03:28 by W3 Total Cache -->