Skip to content

Commit

Permalink
Fixes border issue on links
Browse files Browse the repository at this point in the history
  • Loading branch information
austintoddj committed Jul 5, 2016
1 parent fc60144 commit 30e2b82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/css/app-1.css
Original file line number Diff line number Diff line change
Expand Up @@ -13402,9 +13402,9 @@ a.lv-footer:hover {
margin-top: -3px;
}

.btn:not(.btn-link) {
/*.btn:not(.btn-link) {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
}*/

.btn-group:not(.bootstrap-select),
.btn-group-vertical:not(.bootstrap-select) {
Expand Down
4 changes: 2 additions & 2 deletions resources/assets/css/app-1.css
Original file line number Diff line number Diff line change
Expand Up @@ -13402,9 +13402,9 @@ a.lv-footer:hover {
margin-top: -3px;
}

.btn:not(.btn-link) {
/*.btn:not(.btn-link) {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
}*/

.btn-group:not(.bootstrap-select),
.btn-group-vertical:not(.bootstrap-select) {
Expand Down

0 comments on commit 30e2b82

Please sign in to comment.