From Fedora Project Wiki
(Create personal styles)
 
(Style h2 heading)
Line 1: Line 1:
#wrapper {
body #wrapper {
   color: red;
   font-family: Ubuntu, sans-serif;
}
 
body #content h2 {
  border-bottom: 0;
  border-top: 1px dashed #aaa;
  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 dashed #aaa;
  margin-top: .5em;
}