Template:Clannad:ScriptChart/main.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
table.insidetable { | table.insidetable { | ||
margin:1em 1em 1em 0; | |||
border-width: 0; | |||
text-align: center; | text-align: center; | ||
} | } | ||
table.insidetable td{ | table.insidetable th, table.insidetable td { | ||
border: 1px # | background: #F9F9F9; | ||
border: 1px solid #AAA; | |||
border-width: 1px; | |||
padding: 3px; | padding: 3px; | ||
} | |||
table.outsidetable tr td { | |||
white-space: nowrap; | |||
} | } | ||
/* </pre> */ | /* </pre> */ |
Revision as of 17:57, 25 January 2007
/*
*/ table.outsidetable { margin-left: auto; margin-right: auto; } table.insidetable { margin:1em 1em 1em 0; border-width: 0; text-align: center; } table.insidetable th, table.insidetable td { background: #F9F9F9; border: 1px solid #AAA; border-width: 1px; padding: 3px; } table.outsidetable tr td { white-space: nowrap; } /*
*/