<?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"
	>
<channel>
	<title>Comments on: Getting bookmark icons back on your toolbar</title>
	<atom:link href="http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/</link>
	<description>Words</description>
	<pubDate>Sat, 11 Oct 2008 12:03:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: dreiE</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-2224</link>
		<dc:creator>dreiE</dc:creator>
		<pubDate>Fri, 04 Jul 2008 18:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-2224</guid>
		<description>The following css will only show the favicon if there's one, otherwise there will be just the text.

.bookmark-item[image] &#62; .toolbarbutton-icon {
    display: -moz-box ! important;
    background-position: 0px 1px !important;
    padding-right: 3px ! important;
}</description>
		<content:encoded><![CDATA[<p>The following css will only show the favicon if there&#8217;s one, otherwise there will be just the text.</p>
<p>.bookmark-item[image] &gt; .toolbarbutton-icon {<br />
    display: -moz-box ! important;<br />
    background-position: 0px 1px !important;<br />
    padding-right: 3px ! important;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Einspanjer</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-1161</link>
		<dc:creator>Daniel Einspanjer</dc:creator>
		<pubDate>Tue, 25 Mar 2008 18:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-1161</guid>
		<description>Thanks for this.  I used this code and a couple of comments with tweaks to create a Stylish script for people who don't want to edit userChrome.

http://userstyles.org/styles/5969</description>
		<content:encoded><![CDATA[<p>Thanks for this.  I used this code and a couple of comments with tweaks to create a Stylish script for people who don&#8217;t want to edit userChrome.</p>
<p><a href="http://userstyles.org/styles/5969" onclick="javascript:pageTracker._trackPageview('/outbound/comment/userstyles.org');" rel="nofollow">http://userstyles.org/styles/5969</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PowerLlama</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-944</link>
		<dc:creator>PowerLlama</dc:creator>
		<pubDate>Sat, 15 Mar 2008 00:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-944</guid>
		<description>So ignore my last comment. Turns out I was editing the userChrome file with textedit, which wasn't saving the file as a plaintext document. Once I fixed that, it all worked.

Is it just me, or do the favicons look gigantic? Is there a way of toning them down?</description>
		<content:encoded><![CDATA[<p>So ignore my last comment. Turns out I was editing the userChrome file with textedit, which wasn&#8217;t saving the file as a plaintext document. Once I fixed that, it all worked.</p>
<p>Is it just me, or do the favicons look gigantic? Is there a way of toning them down?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PowerLlama</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-939</link>
		<dc:creator>PowerLlama</dc:creator>
		<pubDate>Fri, 14 Mar 2008 21:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-939</guid>
		<description>Does this work in the beta 3 builds? I stuck this in the userChrome.css file and restarted firefox, but it didn't seem to have helped.</description>
		<content:encoded><![CDATA[<p>Does this work in the beta 3 builds? I stuck this in the userChrome.css file and restarted firefox, but it didn&#8217;t seem to have helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markc</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-352</link>
		<dc:creator>Markc</dc:creator>
		<pubDate>Mon, 11 Feb 2008 16:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-352</guid>
		<description>This post prompted me to finally dig out the DOM inspector and go looking at the bookmarks toolbar in a little more detail. I've always wanted to specifically remove the favicons from certain bookmarks so that they take up less space. I've documented the userChrome.css changes needed here:

http://www.peppertop.com/blog/?p=47</description>
		<content:encoded><![CDATA[<p>This post prompted me to finally dig out the DOM inspector and go looking at the bookmarks toolbar in a little more detail. I&#8217;ve always wanted to specifically remove the favicons from certain bookmarks so that they take up less space. I&#8217;ve documented the userChrome.css changes needed here:</p>
<p><a href="http://www.peppertop.com/blog/?p=47" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.peppertop.com');" rel="nofollow">http://www.peppertop.com/blog/?p=47</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Green Life &#187; Blog Archive &#187; Removing bookmark favicons from your toolbar</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-351</link>
		<dc:creator>My Green Life &#187; Blog Archive &#187; Removing bookmark favicons from your toolbar</dc:creator>
		<pubDate>Mon, 11 Feb 2008 16:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-351</guid>
		<description>[...] I stumbled across this post about showing favicons for bookmarks which appear on the bookmarks toolbar of a Mac version of [...]</description>
		<content:encoded><![CDATA[<p>[...] I stumbled across this post about showing favicons for bookmarks which appear on the bookmarks toolbar of a Mac version of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-301</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 06 Feb 2008 23:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-301</guid>
		<description>This is really nice.  I have one small problem, the background color on the icon does not get reversed when hovering over the link (so it looks like there is a bite out since the rest gets reversed).  This looks especially funny when there is no name.  Is there a way to fix this?</description>
		<content:encoded><![CDATA[<p>This is really nice.  I have one small problem, the background color on the icon does not get reversed when hovering over the link (so it looks like there is a bite out since the rest gets reversed).  This looks especially funny when there is no name.  Is there a way to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edoardo</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-293</link>
		<dc:creator>Edoardo</dc:creator>
		<pubDate>Tue, 05 Feb 2008 19:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-293</guid>
		<description>Great hack! I have added
.bookmark-item[container] &#62; .toolbarbutton-icon { display: none ! important }
to avoid the folder icons.</description>
		<content:encoded><![CDATA[<p>Great hack! I have added<br />
.bookmark-item[container] &gt; .toolbarbutton-icon { display: none ! important }<br />
to avoid the folder icons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Accettura</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-292</link>
		<dc:creator>Robert Accettura</dc:creator>
		<pubDate>Tue, 05 Feb 2008 13:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-292</guid>
		<description>Nice.  Personally I'd prefer they were enabled on Mac by default.  i don't think it's entirely necessary to copy Safari to be popular.  Firefox should adapt to the OS (native looking skinning, widgets, etc), but it doesn't have to be a carbon copy.</description>
		<content:encoded><![CDATA[<p>Nice.  Personally I&#8217;d prefer they were enabled on Mac by default.  i don&#8217;t think it&#8217;s entirely necessary to copy Safari to be popular.  Firefox should adapt to the OS (native looking skinning, widgets, etc), but it doesn&#8217;t have to be a carbon copy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samuel</title>
		<link>http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-291</link>
		<dc:creator>samuel</dc:creator>
		<pubDate>Tue, 05 Feb 2008 13:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/#comment-291</guid>
		<description>This may not be the right place to ask, but: apparently the "home" button/icon has been removed from recent Linux nightlies? What's up with that?</description>
		<content:encoded><![CDATA[<p>This may not be the right place to ask, but: apparently the &#8220;home&#8221; button/icon has been removed from recent Linux nightlies? What&#8217;s up with that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
