Tuesday 22 June 2004 6:57:39 am
Hi Alexander. I took a look at your page and the CSS. I believe the style sheet is actually being pulled. It appears that the problem resides in the size and color of the text in your side bar. It is so small that it is really hard to tell the difference between test that is bold and text that is not bold. When I increased the font size in my browser (Firefox on Windows XP), the text "Dirección:", "Dirección postal:", "Teléfono:" and "Fax:" appeared to be bold. As the font sizes are using pixels instead of relative sizing, IE cannot change their size dynamically, so you will have to use Opera, or a Mozilla based browser to see what I am talking about. If you don't have a non-IE browser, you can test this theory by adding the following code to your ppp.css file:
.ppp-menu b {
color: #f00;
font-size: 15px;
}
That should produce a very noticeable difference. If that doesn't work, let us know and we'll see what else we can do to help. Alex
Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]
<i>When in doubt, clear the cache.</i>
|