ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: elearnster on September 14, 2014, 11:01:47 pm

Title: Font size
Post by: elearnster on September 14, 2014, 11:01:47 pm
I would like to make my font smaller for the entire worksheet.  I am not sure how to associate the 'font-size:' with the worksheet.  Your help would be appreciated.
eLearnster.
Title: Re: Font size
Post by: paramvir on September 15, 2014, 11:30:12 pm
It can be done with little css

Code: [Select]
div.pq-grid *{
  font-size: 10px;
}