MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
/* Header styling for clearer separations */ | /* Header styling for clearer separations */ | ||
hr { | |||
border: none; | |||
height: 3 px; | |||
background-color: #333; | background-color: #333; | ||
} | } | ||
Revision as of 13:34, 29 November 2025
/* CSS here affects all skins */
/* Header styling for clearer separations */
hr {
border: none;
height: 3 px;
background-color: #333;
}