Skip to content

Commit

Permalink
Minor update to browser action css
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit committed Jun 26, 2013
1 parent 90ee090 commit 874bb2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion stylebot/browseraction/browseraction.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ body {

.nav-pills > li {
min-width: 200px;
border: 1px solid #eee;
border-bottom: 1px solid #eee;
}

.nav-pills > li:last-of-type {
border-bottom: 0;
}

.nav-pills > li > a {
Expand Down

0 comments on commit 874bb2d

Please sign in to comment.