Difference between revisions of "Infobox Research Status.css"

From FireSpeakerWiki
Jump to navigationJump to search
(Created page with 'th { width: 3em; }')
 
Line 1: Line 1:
 +
table {
 +
  border-collapse: all;
 +
}
 
th {
 
th {
 
   width: 3em;
 
   width: 3em;
 
}
 
}

Revision as of 00:38, 17 April 2011

table {

 border-collapse: all;

} th {

 width: 3em;

}