Community Page
- dancameron.org Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- So you do look at the silly photos I share on Google Reader.
- I have investigated 1&1 thoroughly and found their major tricks using PayPal. They are crooks and steal money deliberately as their main business. That's why do not be surprised at anything...
- This is the reason I alluded to yesterday for being happy about the iPhone tethering; the more popular it gets, hopefully the more pressure there will be to re-evaluate this insane pricing for...
- Pretty much, and that just might fit into 140 characters.
- So what you are saying is that social net working sites speed the process up in regards to how fast you get to know a person and either like or dislike them?
Dan Cameron
wordpress enthusiest
One of the many things I’m not fond of in the newly released widgetized wordpress 2.2 is the RSS widget styling.
For those who don’t like the RSS icons, especially if you have a dark theme you can use this CSS to hide them.
.rsswidget img {
display: none;
}% ... Continue reading »
For those who don’t like the RSS icons, especially if you have a dark theme you can use this CSS to hide them.
.rsswidget img {
display: none;
}% ... Continue reading »
2 years ago
If setting different sizing (try the !important modifier too) doesn't work, then you could always hide that image inside the link ( a.rsswidget img {display:none;} ) and then put your own in as a background image for a.rsswidget, which (I believe) would effectively replace it with one that you could control the size of.
2 years ago
2 years ago