Actions

MediaWiki

Difference between revisions of "Foreground.css"

From London's Ghost Acres

Line 5: Line 5:
 
h2 {
 
h2 {
 
font-size: larger;
 
font-size: larger;
 +
}
 +
 +
h4.namespace {
 +
font-size: smaller;
 
}
 
}
  

Revision as of 14:36, 6 May 2016

#firstHeading {
font-size: x-large;
}

h2 {
font-size: larger;
}

h4.namespace {
font-size: smaller;
}

#tagline {
display: none;
}