Thread: SMS Lag Fix!
View Single Post
  #106 (permalink)  
Old 08-12-2009, 10:28 PM
lennysh's Avatar
lennysh
Regular 'Geeker
Offline
Location: White Oak, NC
 
Join Date: May 2007
Posts: 355
Reputation: 487
lennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regularlennysh is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to lennysh Send a message via AIM to lennysh Send a message via MSN to lennysh Send a message via Yahoo to lennysh Send a message via Skype™ to lennysh
Talking Re: SMS Lag Fix!

Several of the .CSS files have the Font name in them.

Like thread_style.css
Code:
body {
    margin: 0px;
    font-family: Tahoma;
    font-size: 8pt;
    color: menutext;
}
read_style.css
Code:
body {
    margin: 0px;
    font-family: Tahoma;
    font-size: 8pt;
    color: menutext;

    border-bottom: 10px solid buttonface;
}
iframe_style.css
Code:
body
{
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-family: Tahoma !important;
    font-size:  9pt !important;
    font-weight: normal !important;
    wrap-option: emergency;
}
compose_style.css
Code:
ComposeBody {
    font: 8pt Tahoma;
    margin-left: 5px;
    margin-right: 5px;
}

Just figured I'd throw my two-cents in for those of you wanting to change the font.
__________________
If I have helped you in any way, and you wish to Donate, you can click here!

Verizon's (CDMA) PPC-6875 (Rhodium_W/Touch Pro2) with WM6.5

Chat Rooms:
EliteTeam: Java or IRC Client
HTCGeeks: Java or IRC Client
PPCGeeks: Java or IRC Client


Click here to donate to the CDMA Raphael Project Team
Reply With Quote