Skip to content

Commit

Permalink
Merge pull request #52 from philbuchanan/#51
Browse files Browse the repository at this point in the history
#51 Removed border from history buttons
  • Loading branch information
philbuchanan committed Dec 17, 2015
2 parents 55caf92 + f6d0cb3 commit a95fe42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ button:active {
.history-list {
list-style: none;
}
.history-list li {
border-bottom: 0.5px solid #000000;
}
.history-list button {
color: #ffffff;
background-color: transparent;
Expand Down
4 changes: 0 additions & 4 deletions css/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,6 @@ button {
.history-list {
list-style: none;

li {
border-bottom: @borderWidth solid @historyListBorderColor;
}

button {
color: @historyListTextColor;
background-color: transparent;
Expand Down

0 comments on commit a95fe42

Please sign in to comment.