Yummy fruit for the workplace
The Fruit Box provides fruit services to workplaces around Australia. With rising health issues and people getting larger, offering an alternative to vending machine snacks and soft drinks is awesome. What a great idea!
The Fruit Box provides fruit services to workplaces around Australia. With rising health issues and people getting larger, offering an alternative to vending machine snacks and soft drinks is awesome. What a great idea!
January 14th, 2007 at 8:30 pm
Kathie.
A quick geek Q for u, on you’re theme, how do u get your hyperlinks to look so smooth? I looking at change myne from the standard wordpress look with the jaggered underline.
-JB.
January 15th, 2007 at 6:04 pm
JB, Try setting the text-decoration: none; in your stylesheet.
a, h2 a:hover, h3 a:hover {
#color: #06c;
color: #83A11F;
text-decoration: none;
}
a:hover {
#color: #147;
color: #3D4D06;
text-decoration: underline;
}
Voila!