Skip to content

Commit

Permalink
search result results view fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 16, 2011
1 parent cecbd02 commit 9385e00
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/webapp/cosearch.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,26 @@
}

#template > h3 {
background-color: #333;
color: white;
font-weight: bold;
font-size: 12pt;
padding: 4px;
background: url("lib/constructorsbg.gif") repeat-x;
height: 18px;
}

.definition {
color: white;
font-weight: bold;
padding: 5px 10px;
font-size: 12pt;
padding: 4px;
font-weight: bold;
text-shadow: black 1px 1px 0px;
}

.value .definition {
background-color: #7996AC;
background: url("lib/valuemembersbg.gif") repeat-x;
height: 18px;
}

.type .definition {
background-color: #799F5A;
background: url("lib/typebg.gif") repeat-x;
height: 18px;
}

#template .changeset > div > .signature {
Expand Down

0 comments on commit 9385e00

Please sign in to comment.