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

From Baka-Tsuki
Jump to navigation Jump to search
Velocity7 (talk | contribs)
No edit summary
Velocity7 (talk | contribs)
No edit summary
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 15: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;
}
/* 

*/