This is a migrated thread and some comments may be shown as answers.

Font-size of Raddoc

1 Answer 78 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Sijo
Top achievements
Rank 1
Sijo asked on 10 Nov 2011, 11:12 AM
Hi,
I have tried changing the font size of rad doc.
I changed font-size from Medium to Large, but it changing only in the design mode, where as it's not chnaging in the
run time.Runtime the font is fixed, irrespective of what font-size I have given.
Please help.
Thanks,
Sijo.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 10 Nov 2011, 11:44 AM
Hello Sijo,

You can try the following CSS.

CSS:
<style type="text/css">
 .rdContent
  {
     font-size:large ! important;
  }
</style>

Thanks,
Princy.
Tags
Dock
Asked by
Sijo
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or