[wordpress] Font-Size

ommma

Joined: 2005-10-03
Posts: 52
Posted: Thu, 2006-02-23 11:21

Hello,

I embembed my gallery 2.1 RC1 Into Wordpress 2.0, with the beta oft wpg2.

I have one Problem with the Stylesheets, the size of the Text in Gallery2 is extremly small, what can i do?

Link to the Integration:
http://blogger.blackleg.de/wp-gallery2.php (use Firefox, IE doesn't work correctly!!)

My Gallery:
Gallery-Version = 2.1-rc-1 Kern 1.0.27
PHP-Version = 4.4.2 apache
Webserver = Apache
Datenbank = mysql 4.0.26-standard
Werkzeuge = ArchiveUpload, Exif, SquareThumb, ImageMagick, Thumbnail, Gd
Betriebssystem = Linux can161 2.6.14.5 #3 SMP PREEMPT Wed Jan 4 13:12:48 CET 2006 i686
Browser = Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Thu, 2006-02-23 11:59
 
ommma

Joined: 2005-10-03
Posts: 52
Posted: Thu, 2006-02-23 17:39

I changed it already to this:

#gallery {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #333;
background-color: #fff;
}

to this:

#gallery {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 99.9%;
color: #333;
background-color: #fff;
}

to this:

#gallery {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 50%;
color: #333;
background-color: #fff;
}

and tried it by deleting this:

#gallery {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 99.9%;
color: #333;
background-color: #fff;
}

tried it by deleting only this:

font-size: 99.9%;

but nothing has changed :?(

//EDIT
During changing, I always deleted the cache!!

 
ommma

Joined: 2005-10-03
Posts: 52
Posted: Fri, 2006-02-24 21:31

Finally i found my problem

I used another Colour Pack (embed) and there was the font-size definied!