MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 10: Line 10:


.welcome-table th, .welcome-table td {
.welcome-table th, .welcome-table td {
   padding: 0.1%; /* Reduced from 8px to ~1% (equivalent to roughly 4px on a 400px container) */
   padding: 0.1%; /* Changed to 0.1% as requested */
   vertical-align: top; /* Default for text cells */
   vertical-align: top; /* Default for text cells */
}
}
Line 39: Line 39:
     width: 100% !important;
     width: 100% !important;
     vertical-align: top; /* Reset to top on mobile for stacking */
     vertical-align: top; /* Reset to top on mobile for stacking */
     padding-right: 2%; /* Maintain right padding on mobile */
     padding-right: 2%; /* Existing right padding */
    padding-top: 1%; /* Existing top padding */
    padding-bottom: 1%; /* Existing bottom padding */
   }
   }
   .welcome-table td[rowspan] img {
   .welcome-table td[rowspan] img {