Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Entry Stylesheet/style.css

Template page
This is the approved revision of this page, as well as being the most recent.
p + ol li {
  padding-top: 10px;
}

p + ul li {
  padding-top: 10px;
}

p + ol li:first-child {
  padding-top: 0;
}

p + ul li:first-child {
  padding-top: 0;
}

h2 {
	margin-top: 30px;
}

h3{
	margin-top: 15px;
}

h2 + p, h3 + p{
	margin-top: 5px;
}

div.thumbinner{
	margin-inline: initial;
}