Skip to content

Commit

Permalink
#83 fixed: "Content and discussion sections headers should use black …
Browse files Browse the repository at this point in the history
…color"
  • Loading branch information
ignatov committed Jul 25, 2011
1 parent f92b97b commit cb31964
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/webapp/cotemplate.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ background-color: #E5E5E5;
}

#discussion h3 {
color: white;
color: black;
padding: 4px;
background-color: #2070AD;
background-color: #E5E5E5;
font-size: 12pt;
font-weight: bold;
}
Expand All @@ -112,9 +112,9 @@ background-color: #E5E5E5;
}

#content h3 {
color: white;
color: black;
padding: 4px;
background-color: #8EAD20;
background-color: #E5E5E5;
font-size: 12pt;
font-weight: bold;
}
Expand Down

0 comments on commit cb31964

Please sign in to comment.