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%; /* Changed to 0.1% as requested */
   padding: 0.1%; /* General padding for text cells */
   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%; /* Existing right padding */
     padding-right: 2%; /* Right padding for image */
     padding-top: 1%; /* Existing top padding */
     padding-top: 1%; /* Top padding for image only */
     padding-bottom: 1%; /* Existing bottom padding */
     padding-bottom: 1%; /* Bottom padding for image only */
   }
   }
   .welcome-table td[rowspan] img {
   .welcome-table td[rowspan] img {