MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* | /* Style for section headings within the tables */ | ||
.wikitable h3 { | |||
. | |||
font-size: 1.2em; | font-size: 1.2em; | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
} | } | ||
. | /* Style for the "Explore More" links */ | ||
.explore-more { | |||
font-style: italic; | |||
margin-top: 10px; | |||
} | } |
Revision as of 20:14, 31 August 2024
/* Style for section headings within the tables */
.wikitable h3 {
font-size: 1.2em;
margin-bottom: 5px;
}
/* Style for the "Explore More" links */
.explore-more {
font-style: italic;
margin-top: 10px;
}