MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
.page-ITTC_Resources #contentSub { display: none } | .page-ITTC_Resources #contentSub { display: none } | ||
#chwt th{ | |||
text-align: left; | text-align: left; | ||
} | } | ||
#chwt .tiny-column{ | |||
min-width: 57px; | min-width: 57px; | ||
max-width: 65px; | max-width: 65px; | ||
} | } | ||
#chwt .small-column{ | |||
min-width: 110px; | min-width: 110px; | ||
max-width: 200px; | max-width: 200px; | ||
} | } | ||
#chwt .medium-column{ | |||
min-width: 135px; | min-width: 135px; | ||
max-width: 150px; | max-width: 150px; | ||
} | } | ||
#chwt .large-column{ | |||
min-width: 430px; | min-width: 430px; | ||
max-width: 500px; | max-width: 500px; | ||
} | } | ||
Revision as of 12:53, 2 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 th{
text-align: left;
}
#chwt .tiny-column{
min-width: 57px;
max-width: 65px;
}
#chwt .small-column{
min-width: 110px;
max-width: 200px;
}
#chwt .medium-column{
min-width: 135px;
max-width: 150px;
}
#chwt .large-column{
min-width: 430px;
max-width: 500px;
}