PDA

View Full Version : Event description got compressed


7da.poseidon
01-04-2008, 02:51 PM
The description text of the event seem to be compressed when used in blog mode. See here http://www.uhoutdooradventure.com/index.php?ev=2454491&mo=1&yr=2008
Notice that the letters are almost next too one another without spacing.

Anyone knows how to overcome this?:confused:

Brian
01-04-2008, 02:54 PM
This is due to your CSS overriding the calendar CSS.

There are multiple instances of this happening, but this section is the main culprit:

/* end classes used by the_meta() */
p, li, .feedback {
font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
letter-spacing: -1px;
}

7da.poseidon
01-04-2008, 03:03 PM
That was a fix quick! :clap: