From Fedora Project Wiki
(Style h2 heading)
mNo edit summary
Line 5: Line 5:
body #content h2 {
body #content h2 {
   border-bottom: 0;
   border-bottom: 0;
   border-top: 1px dashed #aaa;
   border-top: 1px dotted #aaa;
   margin-top: .5em;
   margin-top: .5em;
}
}

Revision as of 08:28, 16 January 2012

body #wrapper {
  font-family: Ubuntu, sans-serif;
}

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