MediaWiki:Common.css: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* <source lang="css"> */
/* <source lang="css"> */
table.syllabusinfobox {
table.syllabusinfobox {
    margin: 1em 1em 1em 0;
    padding: 0.5em;
    border: 1px #000 solid;
    border-collapse: collapse;
}
table.schedulesessionbox {
     margin: 1em 1em 1em 0;
     margin: 1em 1em 1em 0;
     padding: 0.5em;
     padding: 0.5em;

Revision as of 14:15, 12 October 2009

/* <source lang="css"> */
table.syllabusinfobox {
    margin: 1em 1em 1em 0;
    padding: 0.5em;
    border: 1px #000 solid;
    border-collapse: collapse;
}
table.schedulesessionbox {
    margin: 1em 1em 1em 0;
    padding: 0.5em;
    border: 1px #000 solid;
    border-collapse: collapse;
}