MediaWiki:Common.css: Difference between revisions
Remove the edit links next to each section |
Added some classes for table background colors, and a 'text-center' class |
||
Line 14: | Line 14: | ||
width: 100%; | width: 100%; | ||
height: auto; | height: auto; | ||
} | |||
.table-header-gray { | |||
background-color: #eee; | |||
} | |||
.table-cell-lightgray { | |||
background-color: #f8f8f8; | |||
} | |||
.text-center { | |||
text-align: center; | |||
} | } | ||
/* Remove the [edit|edit source] links next to each section */ | /* Remove the [edit|edit source] links next to each section */ | ||
.mw-editsection { display:none; } | .mw-editsection { display:none; } |