MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
.welcome-table { | .welcome-table { | ||
border-collapse: collapse; | border-collapse: collapse; | ||
background-color: #f5f5f5; /* Very light grey */ | |||
border: 1px solid #ccc; /* Grey border around the table */ | |||
} | } | ||
| Line 20: | Line 22: | ||
.welcome-table tr, | .welcome-table tr, | ||
.welcome-table td { | .welcome-table td { | ||
display: block !important; | |||
width: 100% !important; | |||
} | |||
.welcome-table td[rowspan] { | |||
display: block !important; | display: block !important; | ||
width: 100% !important; | width: 100% !important; | ||