Skip to main content
Ease of reading edit. Added source fence with language code.
Source Link
bad_coder
  • 13.2k
  • 20
  • 59
  • 95

Give the table a class name and then you target the td'std's with the following:

table.classname td { font-size: 90%; } 
table.classname td { font-size: 90%; } 

Give the table a class name and then you target the td's with the following:

table.classname td { font-size: 90%; } 

Give the table a class name and then you target the td's with the following:

table.classname td { font-size: 90%; } 
Source Link
moleculezz
  • 7.7k
  • 4
  • 27
  • 25

Give the table a class name and then you target the td's with the following:

table.classname td { font-size: 90%; }