From 044929dcfe566669d10df357b8969284bcb0196f Mon Sep 17 00:00:00 2001 From: xenophenes Date: Mon, 5 Jun 2017 08:19:47 -0700 Subject: [PATCH] fix submit button --- static/css/style.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 45107df..7ea218c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1215,13 +1215,6 @@ margin-bottom: .5em; } - form input[type=submit] { - margin: .5em 0; - font-size: 14px; - padding: 0; - border-radius: 7px; - } - input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover { background-color: #0A2342; text-decoration: none; -- 2.39.5