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:
parent
e06d3afadb
commit
cde1bec3d3
2 changed files with 10 additions and 0 deletions
|
@ -17,6 +17,11 @@ body
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p
|
||||||
|
{
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
center
|
center
|
||||||
{
|
{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -17,6 +17,11 @@ body
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p
|
||||||
|
{
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
center
|
center
|
||||||
{
|
{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue