MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 879:
color: transparent !important;
/* 2. CenterALIGN alignment looks best for small footer textLEFT */
text-align: centerleft !important;
}
 
Line 888:
/* 4. Body Text Styling */
font-family: sans-serif; /* Matches article body font */
font-weight: normal; /* Not bold */
font-size: 0.85rem; /* Matches requested size (using rem because parent is 0) */
color: #54595d; /* Standard dark grey */
/* 5. Formatting */
display: block;
line-height: 1.4;
/* 6. FIX FOR DISAPPEARING SPACE */
/* This forces the browser to display all spaces exactly as written */
white-space: pre-wrap;
}