From 30f9b94196064c310a80ece9c0c13df0cac5e946 Mon Sep 17 00:00:00 2001 From: iluvredwall Date: Thu, 18 Sep 2014 22:30:12 -0700 Subject: [PATCH] fixed period vertical height errors in firefox --- style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/style.css b/style.css index e18d86c..dd9a7ee 100644 --- a/style.css +++ b/style.css @@ -2,12 +2,6 @@ /* General */ /* ------------------------------ */ -*{ - box-sizing: border-box; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; -} - a{ color: #555; }