Skip to content

Commit

Permalink
a little color
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Boudreaux committed Mar 2, 2012
1 parent 5b333c2 commit 0ef2c0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Web/Content/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,8 @@ table.sessions-list tr td:first-child

.ui-selected {
background-color: #999999;
}

.finding-entries {
background-color: #FFFFFF;
}
2 changes: 1 addition & 1 deletion Web/Scripts/usablog/sessionFinding.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
</button>
${name}
</div>
<div class="accordion-body collapse finding-entries">
<div class="accordion-body collapse">

</div>

0 comments on commit 0ef2c0f

Please sign in to comment.