Home Page CSS Query???

Home Page CSS Query???

by Ron Cordoba -
Number of replies: 0
I am on final stretch of finishing this site however I have encountered something strange or maybe its me... (I think it's me) anyways, I was adjust the style_font.css file to ensure that all activities and resources look the same to the rest of the site, I went to about Line 757 (standard theme - style_fonts.css) and adjust this:

#course-view .section {

  font-size:0.9em;

  line-height:1.2em;

}

to:

#course-view .section {

  font-family:"verdana", arial;

  font-size:0.85em;

  line-height:1.2em;

}

And this changed everything except for the link on the first (home page)...

It did not change the size or the type of font...

This link is a resource to a new webpage / file selection from the resource drop down menu....

Does anyone know what controls this??? (the look)

Thanks

Example of the problem.

CSS Font Problem


Average of ratings: -