From 328f0098ad0daaa9d954b6f9bd14c1dc3155834a Mon Sep 17 00:00:00 2001 From: mathias Date: Fri, 12 Feb 2016 22:47:30 +0200 Subject: [PATCH] Minor updates --- 404.html | 4 ++++ index.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/404.html b/404.html index 2d0049b..abe3bc2 100644 --- a/404.html +++ b/404.html @@ -120,6 +120,10 @@ :-ms-input-placeholder { color: rgba(0,0,0,.6); } + button::-moz-focus-inner { + border: 0; + padding: 0; + } h1, h2 { text-transform: uppercase; font-style: normal; diff --git a/index.html b/index.html index a794ce8..477622a 100644 --- a/index.html +++ b/index.html @@ -119,6 +119,10 @@ :-ms-input-placeholder { color: rgba(0,0,0,.6); } + button::-moz-focus-inner { + border: 0; + padding: 0; + } h1, h2 { text-transform: uppercase; font-style: normal;