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 9: Line 9:
   border-width: 0;
   border-width: 0;
   text-align: center;
   text-align: center;
  border-spacing: 1px;
}
}


Line 14: Line 15:
   background: #F9F9F9;
   background: #F9F9F9;
   border: 1px solid #AAA;
   border: 1px solid #AAA;
  border-width: 1px;
   padding: 3px;
   padding: 3px;
}
}

Revision as of 02:26, 26 January 2007

/*

 */
table.outsidetable {
  margin-left: auto;
  margin-right: auto;
}

table.insidetable {
  margin:1em 1em 1em 0;
  border-width: 0;
  text-align: center;
  border-spacing: 1px;
}

table.insidetable th, table.insidetable td {
  background: #F9F9F9;
  border: 1px solid #AAA;
  padding: 3px;
}

table.outsidetable tr td {
  white-space: nowrap;
}
/* 

*/