[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: My Gallery: |
|
Posts: 13451
http://wpg2.ozgreg.com/index.php/Plug-in_FAQ#Q:How_come_my_font_Size_in_Gallery2_is_so_small.3F
h0bbel - Gallery Team
If you found my help useful, please consider donating to Gallery
http://h0bbel.p0ggel.org
Posts: 52
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!!
Posts: 52
Finally i found my problem
I used another Colour Pack (embed) and there was the font-size definied!