Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodlopes committed Jul 8, 2017
1 parent 3d413b9 commit 9673c9a
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 130 deletions.
6 changes: 3 additions & 3 deletions jquery.flexdatalist.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
.flexdatalist-results li {
border-bottom: 1px solid #ccc;
padding: 0 15px;
padding: 8px 15px;
font-size: 14px;
line-height: 35px;
line-height: 20px;
}
.flexdatalist-results li span.highlight {
font-weight: 700;
Expand All @@ -40,7 +40,7 @@
.flexdatalist-results li.group {
background: #F3F3F4;
color: #666;
padding: 0 8px;
padding: 8px 8px;
}
.flexdatalist-results li .group-name {
font-weight: 700;
Expand Down
Loading

0 comments on commit 9673c9a

Please sign in to comment.