font size setting for older browsers

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2630 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-06-11 16:32:10 +00:00
parent e06d3afadb
commit cde1bec3d3
2 changed files with 10 additions and 0 deletions

View file

@ -17,6 +17,11 @@ body
font-weight: normal;
}
p
{
font-size: 10pt;
}
center
{
text-align: center;

View file

@ -17,6 +17,11 @@ body
font-weight: normal;
}
p
{
font-size: 10pt;
}
center
{
text-align: center;