CSS TD element style overrides Table class style.

I've created the MyTableClass CSS class(stored in .CSS file)  and specified it to a HTML table.

.MyTableClass

{

font-size: 8pt;

}

 

However the size of font inside the table was bigger than I specified.

Thanks to VS 2008 CSS properties pane - Applied Rules section I was able to find that the rule was overridden by TD element style

TD

{

font-size: 12px;

}

 

It was not hard to create hack to override global TD.

.MyTableClass TD

{

font-size: 8pt;

}

 

I feel that having global element rule is not a good idea.

Unfortunately I am scared to change the style, because it is used in many places in production.

Update: I found very similar post Tackling Stubborn TD Style Definitions, written by Jovan.    

Related articles:

CSS Style Table - styling tables with only one class 

My post Adaping CSS and Javascript from Html Prototype. 

 

TFS Source Control Explorer -no commands shown

We needed to setup TFS for a new user and he had a problem:
When open TFS Source Control Explorer , he can see folders, but was unable to run any commands , e.g Get Latest.
Trying to find a reason, we gave the new user different security permissions, but it didn't help.
Finally I suggested to check in VS Tools/Options/Source Control/Current Source Control Plug-in. and ensure that
VS TFS is specified.
It fixed the problem.
«November»
SunMonTueWedThuFriSat
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456