# HG changeset patch # User Sean Farley # Date 2014-07-21 20:17:10 # Node ID 18c8d2b54b5359ef369647fa349ecb1720c77704 # Parent f6d278d6baed176bdc369dab076132dc7c744338 style: remove duplicate code diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -3486,19 +3486,6 @@ input.btn { padding: 0; } -/* make .btn inputs and buttons and divs look the same */ -button.btn, -input.btn { - font-family: inherit; - font-size: inherit; - line-height: inherit; -} - -.btn::-moz-focus-inner { - border: 0; - padding: 0; -} - .btn.badge { cursor: default !important; }