Closed (won't fix)
Project:
Font size
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2005 at 17:28 UTC
Updated:
20 Sep 2005 at 20:04 UTC
Jump to comment: Most recent file
Comments
Comment #1
bman-1 commentedFirst of all, I've never posted before, so let me know if my etiquite is off...
I don't know js, but managed to figure this out with my limited knowledge of C/C++ and copying and pasting;) In 3 steps:
1)I made a file called small.css comprised of html and "{" font-size: 90%; "}"
2)in fontsize.module in fontsize_menu I added a new line right before the javascript line. It looks exactly like the normal.css line, only with small.css substitued for normal.css.
3)in fontsize_block in fontsize.module I added a new line after the line for normal. It looks exactly like the normal.css line, only with small.css and 90% in the proper places.
I can't get this to let me post the actual code, so I'll try to upload it in a .txt file. Also, I have a larger.css file, which appears in my code.
Comment #2
drummThe fontsize module is no longer maintained.