Text Went Small

Hi,

On our website 1TM.com the text “Client Login” on the blue bar is small for some reason. This is happening on all our pages and we are not sure why?

Thank you!

The test is small because you set it to 10px here:


.s2_text {
  color: #FFFFFF;
  [B]font-size: 10px;[/B]
  text-decoration: none;
}

Change or remove that rule and it should be the same as the others which you have set with the font tag size attribute!

That did it, thanks allot Paul =D

Take care!