I've brought this up before but the issue remains and I can't find the problem.
Environment : VS 2005 Standard, DNN 480 Install version, VWD 2008 Express, SQL 2005 Express
Using a fresh install of DNN and VS 2005, I create a new web user control with a GridView or FormView in it. I can change all the properties of them except the pager style font-size. I can set it to any size and it appears in the source as expected but the design view does not change. When I Start-Without-Debugging and bring the page up and view the page source through IE7 the value of the font-size is what the original source has yet the displayed size is not correct. I have also used FireFox and Opera and they too show the same thing.
Tests I've done.
Fresh DNN 480 INstall in VS 2005 - problem appears.
Fresh DNN 480 Install in VWD 2008 - problem appears.
Create New ASP Website in VS 2005 - no problems.
Create New ASP Website in VWD 2008 - no problems.
Since the DNN installs are fresh there have been no changes to any CSS files.
I was originally leaning towards a problem with my install of VS 2005 but the problem is still there with VWD 2008. Yet outside the DNN code the problem disappears.Now I just don't know.
My temp solution was to create a style in the page itself and have the PagerStyle use it.
If anyone can shed siome light on this I would be grateful.
Thanks