MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
/* Base table styling */ | /* Base table styling */ | ||
.eras-table { | .eras-table { | ||
border: 1px solid #808080; | border: 1px solid #808080; | ||
width: 100%; | width: 100%; | ||
| Line 34: | Line 33: | ||
/* Center content in table cells */ | /* Center content in table cells */ | ||
.eras-table td { | .eras-table td { | ||
background-color: #f9e3f9; | |||
vertical-align: top; | vertical-align: top; | ||
text-align: center; /* Center the text under the image */ | text-align: center; /* Center the text under the image */ | ||