<?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>geek# &#187; CSS</title>
	<atom:link href="http://geeksharp.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeksharp.com</link>
	<description>techno-babble for the masses</description>
	<lastBuildDate>Thu, 27 May 2010 14:57:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Delicious Toolbar Icon Woes</title>
		<link>http://geeksharp.com/2009/04/17/delicious-toolbar-icon-woes/</link>
		<comments>http://geeksharp.com/2009/04/17/delicious-toolbar-icon-woes/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 18:21:25 +0000</pubDate>
		<dc:creator>Scott Anderson</dc:creator>
				<category><![CDATA[Useful Tricks]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://geeksharp.com/2009/04/17/delicious-toolbar-icon-woes/</guid>
		<description><![CDATA[Recently I’ve begun using the popular bookmarking service <a href="http://www.delicious.com" target="_blank">Delicious</a>.  One of my favorite features of this service is that I can install the associated <a href="http://delicious.com/help/quicktour/firefox" target="_blank">Firefox add-on</a>, and this enables a handy bookmarks toolbar that stays synchronized between my home and work computers.  Recently, however, I’ve noticed a strange incompatibility with the theme I use in Firefox.  For some reason, while using the <a href="https://addons.mozilla.org/en-US/firefox/addon/4129" target="_blank">myFireFox theme</a>, the icons placed in the favorites bar are sometimes improperly sized which makes for a relatively ugly experience.  Read more to see the rest!]]></description>
			<content:encoded><![CDATA[<p>Recently I’ve begun using the popular bookmarking service <a href="http://www.delicious.com" target="_blank">Delicious</a>.  One of my favorite features of this service is that I can install the associated <a href="http://delicious.com/help/quicktour/firefox" target="_blank">Firefox add-on</a>, and this enables a handy bookmarks toolbar that stays synchronized between my home and work computers.  Recently, however, I’ve noticed a strange incompatibility with the theme I use in Firefox.  For some reason, while using the <a href="https://addons.mozilla.org/en-US/firefox/addon/4129" target="_blank">myFireFox theme</a>, the icons placed in the favorites bar are sometimes improperly sized which makes for a relatively ugly experience:</p>
<p><a href="http://geeksharp.com/wp-content/uploads/2009/04/brokendelicons.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Yes I know it looks just like IE8, but I like it that way!" src="http://geeksharp.com/wp-content/uploads/2009/04/brokendelicons-thumb.png" border="0" alt="Yes I know it looks just like IE8, but I like it that way!" width="606" height="443" /></a></p>
<p>Notice the huge icon next to my link for my Doctor’s Office in the photo above?  This was driving me crazy, so I started looking for ways to fix it without having to switch my theme (I know it looks just like IE8, and that’s on purpose!).  After searching for solutions, I really didn’t find any other instances of folks having the same problem, so I set out to devise my own solution.  This solution works best if you have the <a href="https://addons.mozilla.org/en-US/firefox/addon/2108" target="_blank">Stylish add-on</a> installed.</p>
<ol>
<li>Install Stylish</li>
<li>Navigate to <strong>Tools</strong> &gt; <strong>Add-ons</strong>, then find Sylish in the list and click <strong>Options</strong>.</li>
<li>Click the <strong>Write</strong> button and paste the following code:
<pre class="brush: css;">@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url(chrome://browser/content/browser.xul) {
  #ybToolbar-bookmarksview{
    height:0px !important;
  }
  #ybToolbar .toolbarbutton-icon{
    height:16px !important;
    width:16px!important;
  }
  #ybToolbar-chevron .toolbarbutton-icon{
    height: 5px !important;
    width: 7px !important;
  }
}</pre>
</li>
<li>Save your script and enjoy your fixed delicious toolbar!</li>
</ol>
<p>Good luck, and happy hacking! <img src='http://geeksharp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://geeksharp.com/2009/04/17/delicious-toolbar-icon-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
