MediaWiki:Timeless.css: Difference between revisions

From Ghost Theory Wiki
No edit summary
Tag: Bots
No edit summary
Tag: Bots
Line 27: Line 27:


/* Make the heading smaller INSIDE the FAQ box */
/* Make the heading smaller INSIDE the FAQ box */
.faq-question h3 .mw-headline {
h3 .faq-question {
    background-color: #f2f3f4;
    padding: .2em;
    border-radius: 2px;
     font-size: .8em !important;
     font-size: .8em !important;
    line-height: 1.4;
}
}