Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Suppressors, Administrators, trusted
11,022
edits
(Created page with "→Hide numbers in table of content: .tocnumber { display: none; } @media (max-width: 730px) { .header-nav-m { flex-direction: column; } } @media (max-width: 900px) {...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* Change default font and paragraph parameters*/ | |||
.mw-body-content p { | |||
margin: 0; | |||
font-family: "Droid Serif", "Leberation Serif", "Times New Roman", serif; | |||
text-indent: 2em; | |||
} | |||
/* Hide numbers in table of content */ | /* Hide numbers in table of content */ | ||
.tocnumber { | .tocnumber { |