From 77f04e59f81d49175480144a15f724426a99b78a Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 16 Mar 2012 00:55:48 -0700 Subject: fixed awkward css --- index.html | 3 +-- js/jquery.signaturepad.css | 10 ---------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/index.html b/index.html index e02a5f7..3cf43df 100755 --- a/index.html +++ b/index.html @@ -32,8 +32,7 @@
I, - -
+
, hereby declare:
diff --git a/js/jquery.signaturepad.css b/js/jquery.signaturepad.css index ff5e348..c3d23bc 100755 --- a/js/jquery.signaturepad.css +++ b/js/jquery.signaturepad.css @@ -40,16 +40,6 @@ color: #f33; } -.sigPad input { - margin: 0; - padding: 0.2em 0; - width: 198px; - - border: 1px solid #666; - - font-size: 1em; -} - .sigPad input.error { border-color: #f33; } -- cgit v1.3.1