Difference between revisions of "Template:Clannad:ScriptChart/main.css"

From Baka-Tsuki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* <pre> */
 
/* <pre> */
/* CSS placed here will affect users of the usertable skin */
 
/* BEGIN Diff rendering */
 
 
 
table.insidetable {
 
table.insidetable {
 
border-collapse: collapse;
 
border-collapse: collapse;
  +
background: #f9f9f9;
  +
text-align: center;
  +
white-space: nowrap;
 
}
 
}
   
 
table.insidetable td{
 
table.insidetable td{
 
border: 1px #aaaaaa solid;
 
border: 1px #aaaaaa solid;
  +
padding: 3px;
 
}
 
}
/* END Diff rendering */
 
 
 
/* </pre> */
 
/* </pre> */

Revision as of 17:39, 25 January 2007

/*

 */
table.insidetable {
  border-collapse: collapse;
  background: #f9f9f9;
  text-align: center;
  white-space: nowrap;
}

table.insidetable td{
  border: 1px #aaaaaa solid;
  padding: 3px;
}
/* 

*/