NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item1738: Better line heights when font tag is used
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Low |
Closed |
Engine |
|
|
If a user now uses a font tag like
<font size="+2">text</font>, the line heights are too small, so that text becomes unreadable.
This is a simple fix:
.foswikiPage font {
line-height:135%;
}
Tested on all main browsers.
--
ArthurClemens - 16 Jun 2009