Customizing SMF > Graphics and Templates

Conversion causing huge font issue

(1/1)

Zippo:
Can anyone tell me why this has occured please and how to fix it?

http://www.ensigndesign.co.uk/YabbSE_Test/index.php

 Most font sizes  in the css are set to 10px. I am viewing it in IEand it is a Yabb template used in YabbSE succesfullly before the upgrade.



Thanks

Grep:
I had this same problem when I converted my modified theme from SE 1.5.5.
There must be a better way to do this but I simply added these two lines to my
/Themes/converted/index.template.php :


--- Code: ---.smalltext   {font-size: 10px;}
.body, td     {color: #000000; font-size: small;        font-family: verdana, arial, helvetica, sans-serif;}

--- End code ---

Most likely it works anywhere inside style-tag, but I added it at the end after this line:

--- Code: ---.poll        {font-size: 10px; font-family: Arial; background-color: dimgray; color: red;}

--- End code ---

If someone wiser knows "the right way to do this", I'd like to hear it.  :)

[Unknown]:
Well, basically, yes you want the small for font-size on td.  Well done templates would already have this.

-[Unknown]

Navigation

[0] Message Index

Go to full version