Skip to content

Commit

Permalink
#123 closed: "Change font for category section header"
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 5, 2011
1 parent 95c0a31 commit 0484db0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/webapp/cotemplate.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,13 @@ background-color: #E5E5E5;
cursor: pointer;
}

.header > span {
font-size: 8pt;
color: #222222;
}

.category h3 {
font-size: 12pt;
font-size: 10pt;
font-weight: bold;
display: inline;
}
Expand Down

0 comments on commit 0484db0

Please sign in to comment.