Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stylesheets
Message
From
16/06/2001 14:34:24
 
General information
Forum:
Level Extreme
Category:
Other
Title:
Miscellaneous
Thread ID:
00520280
Message ID:
00520283
Views:
12
>Michel,
>
>Since the thread I posted in VFP didn't get any replies. I'll make the request again over here...
>
>Please start using % based font sizes in the stylesheets.
>
>One simple change from:
>
>
P.Content
>{
>   font-size: 10pt;
>   font-family: "Arial";
>   font-weight: bold;
>   color: yellow;
>}
>
>P.ContentMenu
>{
>   font-size: 9pt;
>   font-family: "Arial";
>   font-weight: bold;
>   color: #FFFFFF;
>   margin-top: 4pt;
>   margin-bottom: 0pt;
>}
>
>To:
>
>
P.Content
>{
>   font-size: 100%;
>   font-family: "Arial";
>   font-weight: bold;
>   color: yellow;
>}
>
>P.ContentMenu
>{
>   font-size: 90%;
>   font-family: "Arial";
>   font-weight: bold;
>   color: #FFFFFF;
>   margin-top: 4pt;
>   margin-bottom: 0pt;
>}
>
>allows the UT to respect the user's browser font size selections.

The reason it is there is because it is bound to the user setting here in account setup.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform