diff options
author | Joris | 2015-09-06 15:54:38 +0200 |
---|---|---|
committer | Joris | 2015-09-06 15:54:38 +0200 |
commit | 0ae7d068263dffbc1cc2dc92c7829dd0037c97e7 (patch) | |
tree | c07d2a2fe22ac7b8a45e71d9bbcb5826922cbae8 /public | |
parent | e10531ba4e60c8709088798763ae3bae6608f9c9 (diff) |
The user can remove a monthly payment
Diffstat (limited to 'public')
-rw-r--r-- | public/css/reset.css | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/public/css/reset.css b/public/css/reset.css index c8dafbf..dfaff5f 100644 --- a/public/css/reset.css +++ b/public/css/reset.css @@ -47,13 +47,8 @@ a { color: inherit; } -button:hover { - cursor: pointer; -} +button { padding: 0; } +button:hover { cursor: pointer; } -html { - box-sizing: border-box; -} -*, *:before, *:after { - box-sizing: inherit; -} +html { box-sizing: border-box; } +*, *:before, *:after { box-sizing: inherit; } |