From Fedora Project Wiki

< User:Mojavelinux

Revision as of 08:48, 16 January 2012 by Mojavelinux (talk | contribs) (Font color)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body #wrapper {
  font-family: Ubuntu, sans-serif;
  font-size: 1.1em;
}

body #content {
  color: #333;
}

body #content > h1,
body #content > h2 {
  border-bottom: 0;
  border-top: 1px dotted #aaa;
  margin-top: .5em;
}

body #content > h2:first-child {
  font-size: 2.7em;
  border: 0;
  margin: 0;
  padding: .1em 0 0 0;
}

body #nav h2 {
  border: none;
  font-size: 1em;
}

body #otherlangs {
  display: none;
}