MediaWiki:Common.css: Difference between revisions

From ITTC Help
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
/* Hides the redirect link on the main page */
/* Hides the redirect link on the main page */
.page-ITTC_Resources #contentSub { display: none }
.page-ITTC_Resources #contentSub { display: none }
#chwt{
    table-layout: fixed;
}


#chwt th{
#chwt th{
text-align: left;
    text-align: left;
}
}


.medium-column{
.medium-column{
        column-width:200px;
    column-width: 200px;
}
}

Revision as of 16:48, 7 June 2017

/* CSS placed here will be applied to all skins */

/* Hides the redirect link on the main page */
.page-ITTC_Resources #contentSub { display: none }

#chwt{
    table-layout: fixed;
}

#chwt th{
    text-align: left;
}

.medium-column{
    column-width: 200px;
}